We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bcdd5 commit e5829deCopy full SHA for e5829de
1 file changed
tsconfig.json
@@ -14,7 +14,7 @@
14
],
15
"importHelpers": true,
16
"sourceMap": true,
17
- "rootDir": "./",
+ "rootDir": "./src",
18
"strict": true,
19
"noUnusedLocals": true,
20
"noUnusedParameters": true,
@@ -25,7 +25,7 @@
25
"esModuleInterop": true,
26
"target": "ES2017",
27
"declaration": true,
28
- "declarationDir": "./",
+ "declarationDir": "src",
29
"useDefineForClassFields": false,
30
"declarationMap": true
31
}
0 commit comments