Skip to content

Commit

Permalink
fix(ui): tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 21, 2018
1 parent 3c78d90 commit 7482244
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
"@/*": [
"src/*"
]
}
},
"lib": [
"es2015",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit 7482244

Please sign in to comment.