Files
gob-alert/apps/api/tsconfig.json
alexandrump 82f3464565 first commit
2026-02-09 01:02:53 +01:00

15 lines
300 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*.ts"]
}