AFFiNE/tests/affine-legacy/0.8.0-canary.7/tsconfig.json
2023-08-02 16:50:10 -07:00

9 lines
141 B
JSON

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