mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
refactor(infra): directory structure (#4615)
This commit is contained in:
15
tools/plugin-cli/tsconfig.json
Normal file
15
tools/plugin-cli/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [
|
||||
{
|
||||
"path": "../../packages/common/infra"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user