Commit b2406fe
committed
Exclude some dirs in tsconfig.json
In `tsconfig.json` we have to exclude `node_modules`, `coverage` and `scratch` dirs.
When they are huge (in my case scratch dir was 1.5 GB), TypeScript is not working at all in VS Code.1 parent f2ed563 commit b2406fe
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments