diff --git a/packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json b/packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json index 762f943c7c..f928bb4225 100644 --- a/packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json +++ b/packages/@vue/cli-plugin-typescript/generator/template/tsconfig.json @@ -12,7 +12,6 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", - <%_if (isTest) { _%> "types": [ "node", <%_ if (hasMocha) { _%> @@ -22,7 +21,6 @@ "jest" <%_ } _%> ], - <%_ } _%> "paths": { "@/*": [ "src/*"