Skip to content

Commit 416fdc2

Browse files
committed
[feature] Configure the project so i can emit es6 js files
1 parent 53a2826 commit 416fdc2

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)