We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97321c6 commit b14472cCopy full SHA for b14472c
package.json
@@ -14,6 +14,7 @@
14
"engines": {
15
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16
},
17
+ "type": "commonjs",
18
"main": "lib/index.js",
19
"files": [
20
"lib"
@@ -106,7 +107,7 @@
106
107
"semver": "^7.5.4",
108
"svelte": "^5.0.0-next.37",
109
"svelte2tsx": "^0.7.0",
- "typescript": "~5.1.6",
110
+ "typescript": "~5.3.0",
111
"typescript-eslint-parser-for-extra-files": "^0.6.0"
112
113
"publishConfig": {
tsconfig.json
@@ -3,7 +3,7 @@
3
"target": "es2015",
4
"strict": true,
5
"lib": ["es2020", "DOM"],
6
- "module": "commonjs",
+ "module": "NodeNext",
7
"moduleResolution": "Node16",
8
"declaration": true,
9
"noImplicitAny": true,
0 commit comments