Skip to content

Commit e9f5a28

Browse files
committed
Modernize js outputs
Signed-off-by: martinRenou <[email protected]>
1 parent e5dcf7b commit e9f5a28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5-
"lib": ["es2015", "dom"],
6-
"module": "commonjs",
5+
"module": "ES2015",
76
"moduleResolution": "node",
87
"noEmitOnError": true,
98
"noUnusedLocals": true,
@@ -15,7 +14,7 @@
1514
"strict": true,
1615
// This allows us to initialize members in the "initialize" method
1716
"strictPropertyInitialization": false,
18-
"target": "es2015"
17+
"target": "ES2017"
1918
},
2019
"include": ["js/*.ts", "js/*.tsx", "js/core/*.ts", "js/core/*.tsx"]
2120
}

0 commit comments

Comments
 (0)