From 3a06f33d1f32aafde64852a99d2bef7f946d0f07 Mon Sep 17 00:00:00 2001 From: anotherpit Date: Fri, 18 Nov 2016 02:12:05 +0300 Subject: [PATCH] Drop tsconfig.json --- tsconfig.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 564ed18..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "compilerOptions": { - "noImplicitAny": true, - "strictNullChecks": true, - "target": "es6" - } -}