mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 15:09:31 +00:00
build(tsconfig): update tsconfig to exclude the public directory
Closes #3279
This commit is contained in:
@@ -32,5 +32,8 @@
|
||||
"**/*.jsx",
|
||||
".eslintrc.js"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"public"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user