chore: simplify tsconfig.json (#1108)

This commit is contained in:
Himself65
2023-02-17 20:08:52 -06:00
committed by GitHub
parent 4647d44972
commit 5f0015f522
7 changed files with 35 additions and 139 deletions
+1 -5
View File
@@ -18,11 +18,7 @@
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@affine/component": ["../../packages/component"],
"@affine/i18n": ["../../packages/i18n"],
"@affine/datacenter": ["../../packages/data-center"],
"@toeverything/pathfinder-logger": ["../../packages/logger"]
"@/*": ["src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],