mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-01 17:50:50 +08:00
22 lines
351 B
JSON
22 lines
351 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
".",
|
|
".github/actions/*/*.mjs",
|
|
"blocksuite/docs-site/.vitepress/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"**/target",
|
|
"**/node_modules",
|
|
"**/dist",
|
|
"**/lib",
|
|
".coverage",
|
|
".yarn",
|
|
"**/test-results",
|
|
"**/web-static"
|
|
]
|
|
}
|