## Package + Version - [ ] `@sentry/browser` - [ ] `@sentry/node` - [ ] `raven-js` - [ ] `raven-node` _(raven for node)_ - [x] other: @sentry/nextjs ### Version: ``` 6.14.1 ``` ## Description TypeScript error: ``` node_modules/@sentry/nextjs/node_modules/@sentry/webpack-plugin/index.d.ts:14:9 - error TS2344: Type '"url" | "authToken" | "org" | "project" | "vscRemote" | "dist" | "silent"' does not satisfy the constraint 'keyof SentryCliOptions'. Type '"vscRemote"' is not assignable to type 'keyof SentryCliOptions'. 14 | 'url' ~~~~~~~ 15 | 'authToken' ~~~~~~~~~~~~~~~~~~~~~ ... 19 | 'dist' ~~~~~~~~~~~~~~~~ 20 | 'silent' ~~~~~~~~~~~~~~~~~~ ``` How to reproduce the issue: Use `tsc` with `{"skipLibCheck": false}`.