diff --git a/tsconfig.json b/tsconfig.json index cfd3218..db7b539 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "@/*": ["src/*"] }, "lib": ["esnext", "dom"], - "types": ["node", "webpack-env", "vue"] + "types": ["node", "vue"] }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.json", "src/types/**/*.d.ts"] }