From 3f9e60babd40eb2386b5385d18e82d84a5fac4b0 Mon Sep 17 00:00:00 2001 From: Steve Kellock Date: Sat, 6 Jan 2018 08:19:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removes=20old=20test=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.test.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tsconfig.test.json diff --git a/tsconfig.test.json b/tsconfig.test.json deleted file mode 100644 index cc07a25..0000000 --- a/tsconfig.test.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "compilerOptions": { - "target": "es2015", - "module": "commonjs", - "moduleResolution": "node", - "jsx": "react", - "experimentalDecorators": true, - "allowSyntheticDefaultImports": false, - "strict": false, - "noUnusedLocals": true, - "outDir": "out-test", - "inlineSourceMap": true, - "typeRoots": [ - "node_modules/@types", - "typings" - ] - }, - "include": [ - "src" - ], - "exclude": [ - "node_modules" - ] -}