mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 20:41:53 +03: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": []
|
||
|
}
|