Skip to content

Commit

Permalink
Merge pull request #30 from dolittle/change-target
Browse files Browse the repository at this point in the history
Target ES6 without libs
  • Loading branch information
woksin committed Jul 13, 2020
2 parents 7e9b0dd + 574241b commit a576632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Config/tsconfig.json
@@ -1,8 +1,7 @@
{
"compilerOptions": {
"pretty": true,
"lib": ["ES2016", "DOM"],
"target": "ES5",
"target": "ES6",
"module": "CommonJS",
"moduleResolution": "node",

Expand Down

0 comments on commit a576632

Please sign in to comment.