Skip to content

Commit e79e446

Browse files
committed
Exclude all build folders to make the TS file watcher calm
1 parent 08388a5 commit e79e446

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/tsconfig.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,10 @@
1818
"typeRoots": [
1919
"typings"
2020
]
21-
}
21+
},
22+
"exclude": [
23+
"../out",
24+
"../out-build",
25+
"../out-vscode"
26+
]
2227
}

0 commit comments

Comments
 (0)