Skip to content

Commit da2dc3f

Browse files
committed
Target ES6
1 parent 09166c0 commit da2dc3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "lib",
4-
"target": "es5",
4+
"target": "es6",
55
"lib": ["es6", "esnext", "dom"],
66
"module": "commonjs",
77
"declaration": true,

0 commit comments

Comments
 (0)