Skip to content

Commit 5a15fd0

Browse files
committed
Restrict tsconfig to out
1 parent 918edf4 commit 5a15fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"include": [
3+
"./out/**/*.ts"
4+
],
25
"compilerOptions": {
36
"jsx": "react",
47
"module": "commonjs",

0 commit comments

Comments
 (0)