We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e613166 commit 71ee293Copy full SHA for 71ee293
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ts-plugin-inferno",
3
- "version": "6.0.3",
+ "version": "6.1.0",
4
"description": "A typescript transformer for InfernoJS",
5
"bugs": {
6
"url": "https://github.com/infernojs/ts-plugin-inferno/issues"
tsconfig.json
@@ -2,7 +2,7 @@
"compileOnSave": true,
"compilerOptions": {
"module": "CommonJS",
- "target": "es2021",
+ "target": "ESNext",
"forceConsistentCasingInFileNames": true,
7
"declaration": true,
8
"experimentalDecorators": true,
0 commit comments