mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 15:08:37 +00:00
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": false,
|
|
"importHelpers": true,
|
|
"removeComments": false,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"target": "ES2021",
|
|
"sourceMap": false,
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictPropertyInitialization": false,
|
|
"types": ["node"]
|
|
}
|
|
}
|