Skip to content

Commit 63b8c51

Browse files
committed
Improve TypeScript compiler options
1 parent 65a74eb commit 63b8c51

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"command": ".\\node_modules\\.bin\\tsc"
88
},
99
"isShellCommand": true,
10-
"args": ["-w", "--noEmit", "-p", "."],
10+
"args": ["-w"],
1111
"showOutput": "silent",
1212
"isWatching": true,
1313
"problemMatcher": "$tsc-watch"

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"baseUrl": ".",
66
"outDir": "./temp",
77
"noEmitOnError": true,
8-
"sourceMap": true,
9-
"declaration": false,
108
"jsx": "react",
11-
"moduleResolution": "node",
129
"experimentalDecorators": true,
1310
"forceConsistentCasingInFileNames": true,
1411
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)