mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-09 16:08:07 +03:00
18 lines
265 B
JSON
18 lines
265 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": [
|
|
"**/target",
|
|
"**/node_modules",
|
|
"**/dist",
|
|
"**/lib",
|
|
".coverage",
|
|
".yarn",
|
|
"**/test-results",
|
|
"**/web-static"
|
|
]
|
|
}
|