From ce5a331b12355c975a9d4b7f372e78decc986f2c Mon Sep 17 00:00:00 2001 From: yangdan8 Date: Wed, 20 Mar 2019 13:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89node=E8=B7=91npm=20run=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0cef81d0..a85380a0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", - "types": ["node"], "paths": { "@/*": ["src/*"] },