mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
9 lines
136 B
JSON
9 lines
136 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"noEmit": true
|
|
},
|
|
"include": ["**.spec.ts"]
|
|
}
|