mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 19:11:32 +03:00
20 lines
384 B
JSON
20 lines
384 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"resolveJsonModule": true,
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"noEmit": false,
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": ["tests"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../../packages/env"
|
||
|
}
|
||
|
]
|
||
|
}
|