Skip to content

Commit b14472c

Browse files
chore(deps): update dependency typescript to ~5.3.0 (#399)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: baseballyama <[email protected]>
1 parent 97321c6 commit b14472c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"engines": {
1515
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1616
},
17+
"type": "commonjs",
1718
"main": "lib/index.js",
1819
"files": [
1920
"lib"
@@ -106,7 +107,7 @@
106107
"semver": "^7.5.4",
107108
"svelte": "^5.0.0-next.37",
108109
"svelte2tsx": "^0.7.0",
109-
"typescript": "~5.1.6",
110+
"typescript": "~5.3.0",
110111
"typescript-eslint-parser-for-extra-files": "^0.6.0"
111112
},
112113
"publishConfig": {

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "es2015",
44
"strict": true,
55
"lib": ["es2020", "DOM"],
6-
"module": "commonjs",
6+
"module": "NodeNext",
77
"moduleResolution": "Node16",
88
"declaration": true,
99
"noImplicitAny": true,

0 commit comments

Comments
 (0)