Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new-log-viewer: Upgrade to TypeScript 5.6.2; Update module resolution to "Bundler" in tsconfig.json to support new TypeScript. #67

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading