From 0524bff51f72c497acfe776ff09cb853583cd002 Mon Sep 17 00:00:00 2001 From: Jacob Danton Date: Sun, 19 Apr 2015 09:45:06 -0700 Subject: [PATCH] Delete tsconfig.json Accidentally committed --- async/tsconfig.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 async/tsconfig.json diff --git a/async/tsconfig.json b/async/tsconfig.json deleted file mode 100644 index be6fd95cc..000000000 --- a/async/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": "1.4.1", - "compilerOptions": { - "target": "es5", - "module": "commonjs", - "declaration": false, - "noImplicitAny": false, - "removeComments": true, - "noLib": false - }, - "filesGlob": [ - "./**/*.ts", - "!./node_modules/**/*.ts" - ], - "files": [ - "./async-explicit-tests.ts", - "./async-tests.ts", - "./async.d.ts", - "./asyncamd-tests.ts" - ] -} \ No newline at end of file