mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-12 18:50:44 +03:00
12 lines
267 B
JSON
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"]
|
|
}
|