mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
fix: type import (#2715)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "lib",
|
||||
"composite": true,
|
||||
"noEmit": false
|
||||
},
|
||||
"include": ["./src"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"noEmit": false,
|
||||
"outDir": "lib"
|
||||
},
|
||||
"references": [{ "path": "../env" }, { "path": "../y-indexeddb" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user