mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore: fix tsconfig (#4389)
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
"types": ["node"],
|
||||
"outDir": "dist",
|
||||
"noEmit": false,
|
||||
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
||||
"verbatimModuleSyntax": false,
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["./src"],
|
||||
"exclude": ["dist", "lib", "tests"],
|
||||
"references": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user