Skip to content

Commit 1bec8b2

Browse files
committed
Excluded 'bin' and 'build' from TypeScript compiler
1 parent 612267e commit 1bec8b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
},
1919
"exclude": [
2020
"node_modules",
21-
".vscode-test"
21+
".vscode-test",
22+
"bin",
23+
"build"
2224
]
2325
}

0 commit comments

Comments
 (0)