dep 정리

This commit is contained in:
2023-09-23 17:05:18 +00:00
parent 409e6513e3
commit 5ec1173f15
14 changed files with 80 additions and 105 deletions
+2 -5
View File
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.vite.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
@@ -20,9 +20,6 @@
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
}
]
}