Skip to content

Commit

Permalink
[js/common] upgrade tsc in common from 4.9.5 to 5.2.2 (#19317)
Browse files Browse the repository at this point in the history
### Description
upgrade tsc in common from 4.9.5 to 5.2.2
  • Loading branch information
fs-eire committed Feb 21, 2024
1 parent 70567a4 commit 6e04e36
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
106 changes: 53 additions & 53 deletions js/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"author": "fs-eire",
"scripts": {
"build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
"build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir ./dist/cjs",
"build:esm": "tsc",
"build:bundles": "webpack",
"build": "node ./build.js",
Expand All @@ -18,7 +18,7 @@
"test": "mocha ./test/**/*.js --timeout 30000"
},
"devDependencies": {
"typedoc": "^0.23.22"
"typedoc": "^0.25.7"
},
"main": "dist/cjs/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion js/common/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.tools.json",
"exclude": ["type-tests/**/*.ts"],
"compilerOptions": {
"module": "ES2022",
"module": "Node16",
"sourceMap": true
}
}

0 comments on commit 6e04e36

Please sign in to comment.