mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore: add monorepo tools (#9196)
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"allowJs": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"outDir": "lib"
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["src", "package.json"],
|
||||
"references": [{ "path": "../../packages/common/env" }]
|
||||
"include": ["./src"],
|
||||
"references": [
|
||||
{ "path": "../../packages/common/env" },
|
||||
{ "path": "../utils" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user