From b0d81f2ea50475150345a41d686f61dec845ce5d Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 19 Mar 2017 16:05:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index a1ae177..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "noImplicitAny": false, - "removeComments": true, - "preserveConstEnums": true, - "outFile": "app.js", - "sourceMap": true, - "declaration": true - }, - "exclude": [ - "public" - ], - "compileOnSave": true -}