mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:06:22 +03:00
18dc427bc3
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
17 lines
229 B
JSON
17 lines
229 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": ["."],
|
|
"exclude": [
|
|
"target",
|
|
"node_modules",
|
|
"dist",
|
|
"lib",
|
|
".coverage",
|
|
".yarn",
|
|
"test-results"
|
|
]
|
|
}
|