mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"target": "ESNext"
|
|
},
|
|
"references": [{ "path": "../../../tests/kit" }],
|
|
"include": ["**.spec.ts", "**.test.ts"]
|
|
}
|