mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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": "../../../tools/cli"
|
||||
},
|
||||
{
|
||||
"path": "../../common/env"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user