Skip to content

Commit ecc1e79

Browse files
authored
Merge pull request #3312 from qixing-jk/build/tsconfig
build(tsconfig): update tsconfig to exclude the public directory
2 parents ef65558 + 276a0ae commit ecc1e79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"**/*.jsx",
3333
".eslintrc.js"
3434
],
35-
"exclude": ["node_modules"]
35+
"exclude": [
36+
"node_modules",
37+
"public"
38+
]
3639
}

0 commit comments

Comments
 (0)