From 2d37d4f0c2958e3f64a04628c73fe049832a1b2c Mon Sep 17 00:00:00 2001 From: amio Date: Thu, 3 Oct 2019 12:31:17 +0800 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 104e91e..d8f8441 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,11 +7,9 @@ "rootDir": "src", "outDir": "dist", - "declaration": true, "sourceMap":true, - "allowJs":true, + "declaration": true, - "moduleResolution":"node", "resolveJsonModule": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true