We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e5be commit 9cf254bCopy full SHA for 9cf254b
tsconfig-backend.json
@@ -1,9 +1,9 @@
1
{
2
"extends": "@tsconfig/recommended/tsconfig.json",
3
- "include": ["backend"],
+ "include": ["backend", "types"],
4
"compilerOptions": {
5
"target": "ES2016",
6
"module": "commonjs",
7
- "outDir": "dist/backend"
+ "outDir": "dist"
8
}
9
0 commit comments