AFFiNE/apps/electron/tests/tsconfig.json

11 lines
228 B
JSON
Raw Normal View History

2023-04-25 02:53:36 +03:00
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true,
"target": "ESNext"
2023-04-25 02:53:36 +03:00
},
"references": [{ "path": "../../../tests/kit" }],
2023-04-25 02:53:36 +03:00
"include": ["**.spec.ts", "**.test.ts"]
}