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
+1
View File
@@ -18,6 +18,7 @@
"dependencies": {
"@popperjs/core": "^2.11.8",
"@sammo/util": "workspace:^",
"@strpc/client_ky": "workspace:^",
"@strpc/def": "workspace:^",
"bootstrap": "^5.3.1",
"bootstrap-vue-next": "^0.9.26",
-12
View File
@@ -1,12 +0,0 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}
+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"
},
}
]
}