Skip to content

Commit a4e745b

Browse files
authored
Merge pull request #426 from evolvedbinary/feature/es6
Project should emit ES6 compatible Javascript
2 parents 53a2826 + 416fdc2 commit a4e745b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// overrides recommended
55
"compilerOptions": {
6+
"target": "es6", /* Set the JavaScript language version for emitted JavaScript*/
67
"skipLibCheck": false, /* Do NOT skip type checking of declaration files. */
78
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
89
"declaration": true, /* Generates corresponding '.d.ts' file. */

0 commit comments

Comments
 (0)