mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-04 08:55:14 +03:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["e2e"]
|
|
}
|