We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357d30e commit 24be37eCopy full SHA for 24be37e
apps/api/tsconfig.json
@@ -11,8 +11,7 @@
11
"experimentalDecorators": true,
12
"target": "es6",
13
"sourceMap": true,
14
-// "outDir": "../../dist/apps/api",
15
- "outDir": "../../dist/out-tsc/apps/api",
+ "outDir": "../../dist/apps/api",
16
"baseUrl": "./src"
17
},
18
"include": [
apps/api/tsconfig.spec.json
@@ -1,7 +1,6 @@
1
{
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
5
"types": [
6
"jest",
7
"node"
0 commit comments