We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60de43c commit 5eb9189Copy full SHA for 5eb9189
packages/backend/tsconfig.json
@@ -3,8 +3,8 @@
3
"compilerOptions": {
4
"lib": ["ESNext"],
5
"outDir": "./dist",
6
- "rootDir": "./src",
7
- "declaration": true
+ "rootDir": "./src"
+ // "declaration": true
8
},
9
"include": ["src/**/*"],
10
"ts-node": {
0 commit comments