AFFiNE/packages/backend/server/tests/tsconfig.json
2023-10-18 15:30:08 +00:00

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": []
}