-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
Avoid vp lint --type-aware error.
vp lint
VITE+ - The Unified Toolchain for the Web
The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
× typescript(tsconfig-error): Invalid tsconfig
╭─[tsconfig.json:9:24]
8 │ "skipLibCheck": true,
9 │ "esModuleInterop": false,
· ─────
10 │ "allowSyntheticDefaultImports": true,
╰────
help: Option 'esModuleInterop=false' has been removed. Please remove it from your configuration.
See https://github.com/oxc-project/tsgolint/issues/351 for more information.
Found 0 warnings and 1 error.
Finished in 233ms on 13 files with 213 rules using 16 threads.reproduce repo: https://github.com/fengmk2/bun-vite-template/tree/esModuleInterop-false
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
None yet
Effort
None yet