build(tsconfig): update tsconfig to exclude the public directory

Closes #3279
This commit is contained in:
anime
2025-04-01 16:44:53 +08:00
parent 61bdfef701
commit 276a0ae404

View File

@@ -32,5 +32,8 @@
"**/*.jsx",
".eslintrc.js"
],
"exclude": ["node_modules"]
"exclude": [
"node_modules",
"public"
]
}