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