diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 0684d4f1b..000000000 --- a/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "es5", - "lib": [ "es2015", "dom" ], - "outDir": "lib", - "sourceMap": true, - "declaration": true, - "noImplicitAny": true, - "experimentalDecorators": true, - "strictNullChecks": true - }, - "include": [ - "./src/**/*", - "./test/**/*", - "./node_modules/types-bn/index.d.ts", - "./node_modules/types-ethereumjs-util/index.d.ts", - "./node_modules/web3-typescript-typings/index.d.ts", - "./node_modules/chai-typescript-typings/index.d.ts", - "./node_modules/chai-as-promised-typescript-typings/index.d.ts" - ] -} |