-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lower target to ES6 and meta enhancement on package.json (#107)
* upgrade dependencies * add more package.json meta * lower tsconfig target to ES6
- Loading branch information
1 parent
84747b7
commit dd2cd0f
Showing
3 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
"outDir": "./dist", | ||
"strict": true, | ||
"strictNullChecks": false, | ||
"target": "ES2016" | ||
"target": "ES6" | ||
} | ||
} |