aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assert/tsconfig.json')
-rw-r--r--packages/assert/tsconfig.json4
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"
]
}