diff --git a/tsconfig.json b/tsconfig.json index 6e12cfe26..480672cc9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "sourceMap": true, "isolatedModules": true, "lib": ["esnext", "dom", "dom.iterable", "scripthost"], - "typeRoots": ["node_modules/@types", "@types"], - "types": ["vue-shims", "jest"] + "typeRoots": ["node_modules/@types", "@types"] } }