Skip to content

Commit 6a6ebd4

Browse files
fix(rspack): enable modern TypeScript plugin (#3944)
Co-authored-by: Claude <[email protected]>
1 parent d622d8b commit 6a6ebd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rspack/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"rollupConfig": "packages/rspack/rollup.config.js",
1919
"compiler": "swc",
2020
"format": ["cjs", "esm"],
21-
"generatePackageJson": false
21+
"generatePackageJson": false,
22+
"useLegacyTypescriptPlugin": false
2223
}
2324
},
2425
"lint": {

0 commit comments

Comments
 (0)