AFFiNE/apps/electron/e2e/tsconfig.json
2023-07-03 10:46:47 +00:00

12 lines
267 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"baseUrl": ".",
"target": "ESNext"
},
"references": [{ "path": "../../../tests/kit" }],
"include": ["**.spec.ts", "**.test.ts", "fixture.ts"],
"exclude": ["lib"]
}