Skip to content

Commit

Permalink
Add more es libs now we have polyfills:)
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Feb 23, 2020
1 parent 5c3c66b commit 06eb225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,7 +1,7 @@
{
"lib": ["bitwig"],
"compilerOptions": {
"lib": ["es5", "es2015"],
"lib": ["es5", "es2015", "es2016", "es2017"],
"target": "es5"
}
}

0 comments on commit 06eb225

Please sign in to comment.