From 5dec54464c5c901f64d3fefb4e0352a7c3da007f Mon Sep 17 00:00:00 2001 From: wangchao <18888351756@163.com> Date: Sat, 4 Jun 2022 15:19:04 +0800 Subject: [PATCH] Update tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 605fad3..f81ecc4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", - "types": ["webpack-env"], "paths": { "@/*": ["src/*"] },