Skip to content

Commit a750c39

Browse files
committed
[js/common] upgrade tsc in common from 4.9.5 to 5.2.2 (#19317)
### Description upgrade tsc in common from 4.9.5 to 5.2.2
1 parent 9641002 commit a750c39

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

js/common/package-lock.json

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"author": "fs-eire",
1111
"scripts": {
12-
"build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
12+
"build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir ./dist/cjs",
1313
"build:esm": "tsc",
1414
"build:bundles": "webpack",
1515
"build": "node ./build.js",
@@ -18,7 +18,7 @@
1818
"test": "mocha ./test/**/*.js --timeout 30000"
1919
},
2020
"devDependencies": {
21-
"typedoc": "^0.23.22"
21+
"typedoc": "^0.25.7"
2222
},
2323
"main": "dist/cjs/index.js",
2424
"exports": {

js/common/test/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.tools.json",
33
"exclude": ["type-tests/**/*.ts"],
44
"compilerOptions": {
5-
"module": "ES2022",
5+
"module": "Node16",
66
"sourceMap": true
77
}
88
}

0 commit comments

Comments
 (0)