diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5c519e8..144c66a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "declarationMap": true, "esModuleInterop": true, "lib": [ + "dom", "es2015" ], "module": "commonjs", @@ -18,7 +19,6 @@ }, "exclude": [ "dist", - "node_modules", "test" ] -}
\ No newline at end of file +} |