mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
25 lines
482 B
JSON
25 lines
482 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"removeComments": true,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"example/**/*",
|
|
"integration/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
]
|
|
} |