mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 01:56:27 +08:00
build: prevent tsconfig includes sources outside (#2643)
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
||||
"test:unit:coverage": "vitest run --coverage",
|
||||
"postinstall": "i18n-codegen gen && husky install",
|
||||
"notify": "node scripts/notify.mjs",
|
||||
"typecheck": "tsc -b tsconfig.json"
|
||||
"typecheck": "tsc -b tsconfig.json --diagnostics"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --write --ignore-unknown --cache",
|
||||
|
||||
Reference in New Issue
Block a user