diff options
Diffstat (limited to 'packages/assert')
-rw-r--r-- | packages/assert/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/assert/tsconfig.json b/packages/assert/tsconfig.json index 44f7b7a96..709e20154 100644 --- a/packages/assert/tsconfig.json +++ b/packages/assert/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", "target": "es5", - "lib": [ "es2017"], + "lib": [ "es2017", "dom"], "outDir": "lib", "sourceMap": true, "declaration": true, @@ -12,7 +12,7 @@ "include": [ "./src/**/*", "./test/**/*", - "../../node_modules/chai-typescript-typings/index.d.ts", + "../../node_modules/chai-typescript-typings/index.d.ts", "../../node_modules/web3-typescript-typings/index.d.ts" ] } |