From 0c59dfae91cf4ffe377150379390214405167772 Mon Sep 17 00:00:00 2001 From: Evgeny Samsonov Date: Sat, 23 Dec 2017 22:22:16 -0500 Subject: [PATCH] Remove unnecessary compiler options --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3a8b2f1..c3bd76e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,13 +1,8 @@ { "compilerOptions": { "target": "es5", - "module": "commonjs", - "moduleResolution": "node", - "declaration": false, - "noImplicitAny": false, "removeComments": true, "experimentalDecorators": true, - "noLib": false, "jsx": "react", "outDir": "dist" },