Skip to content

Commit 1cd028d

Browse files
authored
[FSSDK-11503] update build target to ES6 (#1055)
1 parent 2b97b44 commit 1cd028d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
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)