Skip to content

Commit 6047bce

Browse files
committed
added dom types
1 parent 06d92e8 commit 6047bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 9
4+
- 8
55

66
cache:
77
directories:

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"outDir": "./lib",
66
"declaration": true,
77
"jsx": "react",
8-
"lib": ["es2015"]
8+
"lib": ["es2015", "dom"]
99
},
1010
"include": [
1111
"src/**/*"

0 commit comments

Comments
 (0)