mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"rootDir": ".",
|
|
"outDir": "../dist/tests"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../../tests/kit/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["."],
|
|
"exclude": []
|
|
}
|