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