From 7e3b61be7ac18b39abee0c847fc4fe40268aee1c Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 3 Dec 2019 15:41:31 +0800 Subject: [PATCH] Simplify TypeScript configuration --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 311e915c..2b5596f7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,8 @@ { "extends": "@gplane/tsconfig", "compilerOptions": { - "declaration": false, - "allowJs": true, - "target": "es2015", - "module": "commonjs", + "target": "esnext", "moduleResolution": "node", - "resolveJsonModule": true, "noEmit": true, "baseUrl": ".", "paths": {