Skip to content

Commit 00a4ae8

Browse files
fix(*): Switch to emitting ES2015 to account for Typedoc emitting ES2015 in TypeStrong/typedoc#845
1 parent 5c21cab commit 00a4ae8

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
@@ -3,7 +3,7 @@
33
"moduleResolution": "node",
44
"allowJs": true,
55
"module": "umd",
6-
"target": "es5",
6+
"target": "es2015",
77
"outDir": "./",
88
"experimentalDecorators": true
99
},

0 commit comments

Comments
 (0)