AFFiNE/apps/electron/e2e/tsconfig.json

12 lines
267 B
JSON
Raw Normal View History

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