Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit edac55f

Browse files
committed
revert back to es5 target
1 parent 70118e7 commit edac55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptedforms/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"noUnusedLocals": true,
1111
"module": "commonjs",
1212
"moduleResolution": "node",
13-
"target": "es6",
13+
"target": "es5",
1414
"outDir": "./jlab-build",
1515
"lib": [
1616
"es2017",

0 commit comments

Comments
 (0)