diff --git a/tsconfig.json b/tsconfig.json index 77cf81b..040ffae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "paths": { "@/*": ["src/*"] }, + "types": ["node"], "ignoreDeprecations": "6.0" }, "include": ["src/**/*.ts", "src/**/*.d.ts","src/**/*.vue"],