We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5881fed commit 3b700eeCopy full SHA for 3b700ee
1 file changed
tsconfig.json
@@ -2,9 +2,9 @@
2
"compilerOptions": {
3
"target": "ES2017",
4
"module": "NodeNext",
5
- "rootDir": "./",
+ "rootDir": "./src",
6
"moduleResolution": "NodeNext",
7
- "outDir": "./",
+ "outDir": "./dist",
8
"esModuleInterop": true,
9
"forceConsistentCasingInFileNames": true,
10
"strict": true,
0 commit comments