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