mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08:00
refactor(infra): directory structure (#4615)
This commit is contained in:
17
packages/plugins/image-preview/tsconfig.json
Normal file
17
packages/plugins/image-preview/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["./src"],
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"outDir": "lib",
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../../common/sdk"
|
||||
},
|
||||
{
|
||||
"path": "../../frontend/component"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user