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
+5 -13
View File
@@ -1,18 +1,10 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
}
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}