Skip to content

Commit 71ee293

Browse files
committed
v6.1.0
1 parent e613166 commit 71ee293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-plugin-inferno",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "A typescript transformer for InfernoJS",
55
"bugs": {
66
"url": "https://github.com/infernojs/ts-plugin-inferno/issues"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compileOnSave": true,
33
"compilerOptions": {
44
"module": "CommonJS",
5-
"target": "es2021",
5+
"target": "ESNext",
66
"forceConsistentCasingInFileNames": true,
77
"declaration": true,
88
"experimentalDecorators": true,

0 commit comments

Comments
 (0)