Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit cde75d6

Browse files
committed
feat: compile demo app to ES2015 format
1 parent e01d147 commit cde75d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"declaration": false,
88
"moduleResolution": "node",
99
"experimentalDecorators": true,
10-
"target": "es5",
10+
"target": "es2015",
1111
"typeRoots": [
1212
"node_modules/@types"
1313
],
@@ -21,6 +21,6 @@
2121
]
2222
},
2323
"resolveJsonModule": true,
24-
"esModuleInterop": true
24+
"esModuleInterop": true
2525
}
2626
}

0 commit comments

Comments
 (0)