-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unknown compiler option 'noUncheckedSideEffectImports' Please support typescript@latest! #395
Comments
Also experiencing this issue: Setup fresh vite app with Typescript + SWC, setup to run in Docker. App works as expected with tsconfig.app.json:23:5 - error TS5023: Unknown compiler option 'noUncheckedSideEffectImports'. 23 "noUncheckedSideEffectImports": true tsconfig.app.json:3:5 - error TS5069: Option 'tsBuildInfoFile' cannot be specified without specifying option 'incremental' or option 'composite'. 3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", tsconfig.node.json:21:5 - error TS5023: Unknown compiler option 'noUncheckedSideEffectImports'. 21 "noUncheckedSideEffectImports": true tsconfig.node.json:3:5 - error TS5069: Option 'tsBuildInfoFile' cannot be specified without specifying option 'incremental' or option 'composite'. 3 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", Found 4 errors. System: |
Fixed the issue by running: |
I run your command , but it dont fix my bug |
I encountered the same issue when using |
please try this
|
Describe the bug
Unknown compiler option 'noUncheckedSideEffectImports'
Please add support for typescript@latest! (5.6.3)
Reproduction
vitejs library project in lib mode + vite-plugin-dts
Steps to reproduce
npm create vite > advanced > library > typescript
System Info
Validations
The text was updated successfully, but these errors were encountered: