mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 21:06:22 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"exclude": ["lib"],
|
||||
"include": ["./src/**/*", "./src/**/*.json", "./src/type.d.ts"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../../frontend/i18n"
|
||||
},
|
||||
{
|
||||
"path": "../../frontend/hooks"
|
||||
},
|
||||
{ "path": "../../frontend/workspace" },
|
||||
{
|
||||
"path": "../../common/debug"
|
||||
},
|
||||
{
|
||||
"path": "../../common/infra"
|
||||
},
|
||||
|
||||
{ "path": "../../../tests/fixtures" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user