Skip to content

Commit

Permalink
feat: support TypeScript 5 with type checking during build (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 authored Jun 26, 2024
1 parent 5fad796 commit 4568156
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/toolpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"es-module-lexer": "0.10.5",
"esbuild": "0.14.38",
"esbuild-loader": "2.19.0",
"fork-ts-checker-webpack-plugin": "6.0.8",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "9.0.1",
"ignore-loader": "0.1.2",
"loader-utils": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpack/src/utils/forkTsCheckerWebpackPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
export { Issue } from 'fork-ts-checker-webpack-plugin/lib/issue';
export { createCodeFrameFormatter } from 'fork-ts-checker-webpack-plugin/lib/formatter/CodeFrameFormatter';
export { createCodeFrameFormatter } from 'fork-ts-checker-webpack-plugin/lib/formatter';

export default ForkTsCheckerWebpackPlugin;
Loading

0 comments on commit 4568156

Please sign in to comment.