mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 13:43:16 +03:00
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"extends": "../../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"rootDir": ".",
|
|
"outDir": "../lib/tests",
|
|
"verbatimModuleSyntax": false,
|
|
"tsBuildInfoFile": "../lib/tests/.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../../../tests/kit/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["."],
|
|
"exclude": []
|
|
}
|