We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf2d641 + 50cd918 commit 83584bdCopy full SHA for 83584bd
1 file changed
tsconfig.prod.json
@@ -1,15 +1,11 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"compilerOptions": {
- "module": "commonjs",
4
"declaration": true,
5
- "noImplicitAny": false,
6
"removeComments": false,
7
- "noLib": false,
8
- "emitDecoratorMetadata": true,
9
- "experimentalDecorators": true,
10
- "target": "es6",
11
"sourceMap": false,
12
- "outDir": "node_modules/nest.js"
+ "outDir": "node_modules/nest.js",
+ "allowJs": false
13
},
14
"files": [
15
"src/index.ts"
@@ -18,8 +14,5 @@
18
"src/websockets/**/*.ts",
19
"src/microservices/**/*.ts",
20
16
"src/testing/*.ts"
21
- ],
22
- "exclude": [
23
- "node_modules"
24
17
]
25
}
0 commit comments