Skip to content

Commit dade1ae

Browse files
fix(cli): enable modern TypeScript plugin (#3939)
Co-authored-by: Claude <[email protected]>
1 parent 494ef98 commit dade1ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"rollupConfig": "packages/cli/rollup.config.js",
1717
"compiler": "swc",
1818
"format": ["cjs"],
19-
"generatePackageJson": false
19+
"generatePackageJson": false,
20+
"useLegacyTypescriptPlugin": false
2021
}
2122
},
2223
"lint": {

0 commit comments

Comments
 (0)