mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 16:45:05 +03:00
9 lines
146 B
JSON
9 lines
146 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": ["**.spec.ts", "**.test.ts"]
|
||
|
}
|