AFFiNE/tests/affine-legacy/0.7.0-canary.18/tsconfig.json

9 lines
141 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "lib"
},
2023-08-03 02:50:10 +03:00
"include": ["e2e"]
}