AFFiNE/tests/affine-legacy/0.7.0-canary.18/tsconfig.json
2023-06-29 06:50:26 +00:00

14 lines
213 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
},
"include": ["e2e"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}