From 89245bcd1e6a695df609ce3ca039a50f7afb31f2 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 2 Aug 2017 15:14:08 -0700 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 2032c368..00000000 --- a/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compilerOptions": { - "allowSyntheticDefaultImports": false, - "allowUnreachableCode": false, - "allowUnusedLabels": false, - "declaration": true, - "forceConsistentCasingInFileNames": true, - "lib": ["es2015"], - "noFallthroughCasesInSwitch": true, - "noEmitOnError": true, - "noImplicitReturns": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "pretty": true, - "strict": true, - "module": "commonjs", - "target": "es6", - "sourceMap": true - }, - "exclude": [ - "node_modules" - ] -} \ No newline at end of file