Skip to content

Commit

Permalink
new-log-viewer: Upgrade to TypeScript 5.6.2; Update module resolution…
Browse files Browse the repository at this point in the history
… to "Bundler" in tsconfig.json to support new TypeScript. (#67)
  • Loading branch information
junhaoliao authored Sep 11, 2024
1 parent c939f7b commit fe5fb49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions new-log-viewer/package-lock.json

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

2 changes: 1 addition & 1 deletion new-log-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"monaco-editor-webpack-plugin": "^7.1.0",
"react-refresh": "^0.14.2",
"style-loader": "^4.0.0",
"typescript": "^5.4.5",
"typescript": "^5.6.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion new-log-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"module": "ESNext",
/* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "NodeNext",
"moduleResolution": "Bundler",
/* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./",
/* Specify the base directory to resolve non-relative module names. */
Expand Down

0 comments on commit fe5fb49

Please sign in to comment.