Skip to content

Commit

Permalink
Add es5 & es6 lib contaiin Map
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wells committed Aug 19, 2019
1 parent b878440 commit 889ccec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es5", "es6"],
"declaration": true,
"outDir": "./dist",
"strict": true,
Expand Down

0 comments on commit 889ccec

Please sign in to comment.