mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 11:52:46 +03:00
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"verbatimModuleSyntax": false,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "./lib/.webpack",
|
|
"rootDir": "."
|
|
},
|
|
"include": [".webpack/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/cli"
|
|
},
|
|
{
|
|
"path": "../../packages/env"
|
|
}
|
|
]
|
|
}
|