Skip to content

Commit f4af43b

Browse files
committed
[FSSDK-11503] update build target to ES6
1 parent 2b97b44 commit f4af43b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
4-
"module": "esnext",
3+
"target": "ES6",
4+
"module": "ESNext",
55
"lib": [
6-
"es2015",
7-
"dom"
6+
"ES6",
7+
"DOM",
88
],
99
"declaration": true,
1010
"strict": true,

0 commit comments

Comments
 (0)