33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"strictPropertyInitialization": false,
|
|
"experimentalDecorators": true,
|
|
"noPropertyAccessFromIndexSignature": false,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2020", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@gitroom/backend/*": ["apps/backend/src/*"],
|
|
"@gitroom/cron/*": ["apps/cron/src/*"],
|
|
"@gitroom/frontend/*": ["apps/frontend/src/*"],
|
|
"@gitroom/helpers/*": ["libraries/helpers/src/*"],
|
|
"@gitroom/nestjs-libraries/*": ["libraries/nestjs-libraries/src/*"],
|
|
"@gitroom/react/*": ["libraries/react-shared-libraries/src/*"],
|
|
"@gitroom/workers/*": ["apps/workers/src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|