**38 of 58 projects failed to build with the old tsc and were ignored**
### [packages\/style-import\/tsconfig.json](https://github.com/alibaba/ice/blob/8ef77037ac22ead31efb9184fa6ecbb77bf440e0/packages/style-import/tsconfig.json)
- `error TS4104: The type 'readonly ExportSpecifier[]' is 'readonly' and cannot be assigned to the mutable type 'ExportSpecifier[]'.`
- [packages\/style-import\/src\/index.ts\#L43](https://github.com/alibaba/ice/blob/8ef77037ac22ead31efb9184fa6ecbb77bf440e0/packages/style-import/src/index.ts#L43)
**1 of 2 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/ant-design/ant-design/blob/8bcd3c16a4760bf45d3d5c995f50a74a97e43de2/tsconfig.json)
- `error TS2365: Operator '<' cannot be applied to types 'number' and 'valueType'.`
- [components\/statistic\/demo\/countdown.tsx\#L14](https://github.com/ant-design/ant-design/blob/8bcd3c16a4760bf45d3d5c995f50a74a97e43de2/components/statistic/demo/countdown.tsx#L14)
- `error TS2365: Operator '<' cannot be applied to types 'valueType' and 'number'.`
- [components\/statistic\/demo\/countdown.tsx\#L14](https://github.com/ant-design/ant-design/blob/8bcd3c16a4760bf45d3d5c995f50a74a97e43de2/components/statistic/demo/countdown.tsx#L14)
- `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.`
- [components\/table\/demo\/virtual-list.tsx\#L65](https://github.com/ant-design/ant-design/blob/8bcd3c16a4760bf45d3d5c995f50a74a97e43de2/components/table/demo/virtual-list.tsx#L65)
**8 of 15 projects failed to build with the old tsc and were ignored**
### [code\/compiler\/tsconfig.json](https://github.com/basarat/typescript-book/blob/b623972af7e190b821ebf5789ef510c9a1a2c6db/code/compiler/tsconfig.json)
- `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [code\/compiler\/tsconfig.json\#L15](https://github.com/basarat/typescript-book/blob/b623972af7e190b821ebf5789ef510c9a1a2c6db/code/compiler/tsconfig.json#L15)
**3 of 4 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/BuilderIO/qwik/blob/87613961762df5557cd06bb1a5ae9dcb1c9286e0/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L15](https://github.com/BuilderIO/qwik/blob/87613961762df5557cd06bb1a5ae9dcb1c9286e0/tsconfig.json#L15)
**1 of 4 projects failed to build with the old tsc and were ignored**
### [sandboxes\/tsconfig.json](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/sandboxes/tsconfig.json)
- `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.`
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
### [tsconfig.build.json](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/tsconfig.build.json)
- `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.`
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
### [tsconfig.json](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/tsconfig.json)
- `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.`
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
- [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
**1 of 2 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/cheeriojs/cheerio/blob/ae441b87b9829eddca0338111941748fee4f3df5/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L17](https://github.com/cheeriojs/cheerio/blob/ae441b87b9829eddca0338111941748fee4f3df5/tsconfig.json#L17)
### [tsconfig.json](https://github.com/colinhacks/zod/blob/2e6453f8be8c6627ad064e2ba362b0a2ba4b89c6/tsconfig.json)
- `error TS7034: Variable 'expected' implicitly has type 'any' in some locations where its type cannot be determined.`
- [src\/\_\_tests\_\_\/nullable.test.ts\#L7](https://github.com/colinhacks/zod/blob/2e6453f8be8c6627ad064e2ba362b0a2ba4b89c6/src/__tests__/nullable.test.ts#L7)
- [src\/\_\_tests\_\_\/optional.test.ts\#L7](https://github.com/colinhacks/zod/blob/2e6453f8be8c6627ad064e2ba362b0a2ba4b89c6/src/__tests__/optional.test.ts#L7)
- `error TS7005: Variable 'expected' implicitly has an 'any' type.`
- [src\/\_\_tests\_\_\/nullable.test.ts\#L16](https://github.com/colinhacks/zod/blob/2e6453f8be8c6627ad064e2ba362b0a2ba4b89c6/src/__tests__/nullable.test.ts#L16)
- [src\/\_\_tests\_\_\/optional.test.ts\#L16](https://github.com/colinhacks/zod/blob/2e6453f8be8c6627ad064e2ba362b0a2ba4b89c6/src/__tests__/optional.test.ts#L16)
**1 of 3 projects failed to build with the old tsc and were ignored**
### [static\/tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/37213c5530b5cf28f2e5d427db357443b29e4d1a/static/tsconfig.json)
- `error TS2345: Argument of type '(weight: number, field: string) => void' is not assignable to parameter of type '(value: any, key: string | number) => any'.`
- file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/sifter.ts#L150
- `error TS2769: No overload matches this call.`
- file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/utils.ts#L44
### [tsconfig.json](https://github.com/conventional-changelog/commitlint/blob/2b6ff763767acba307ae62fec6bca6be5867ff13/tsconfig.json)
- `error TS5101: Flag 'keyofStringsOnly' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**3 of 14 projects failed to build with the old tsc and were ignored**
### [packages\/storage\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/utils\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/utils/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/storage-driver-azure\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage-driver-azure/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/storage-driver-cloudinary\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage-driver-cloudinary/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/storage-driver-gcs\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage-driver-gcs/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/storage-driver-local\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage-driver-local/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [packages\/storage-driver-s3\/tsconfig.json](https://github.com/directus/directus/blob/bb176c44fb06c7f95da6678f319d4575ddaea97b/packages/storage-driver-s3/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [tsconfig.json](https://github.com/felixrieseberg/windows95/blob/17a81393467e2668eb2eea291ab4b6a749756dad/tsconfig.json)
- `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L16](https://github.com/felixrieseberg/windows95/blob/17a81393467e2668eb2eea291ab4b6a749756dad/tsconfig.json#L16)
**3 of 4 projects failed to build with the old tsc and were ignored**
### [packages\/framer-motion\/tsconfig.json](https://github.com/framer/motion/blob/11a1a915ddc784ba0bbef72f339a73956b619230/packages/framer-motion/tsconfig.json)
- `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [packages\/framer-motion\/tsconfig.json\#L17](https://github.com/framer/motion/blob/11a1a915ddc784ba0bbef72f339a73956b619230/packages/framer-motion/tsconfig.json#L17)
**7 of 13 projects failed to build with the old tsc and were ignored**
### [examples\/monaco-graphql-webpack\/tsconfig.json](https://github.com/graphql/graphiql/blob/effc40618b742fa9b193c1cdbfcd4c527eb5700a/examples/monaco-graphql-webpack/tsconfig.json)
- `error TS2322: Type '5' is not assignable to type 'MarkerSeverity'.`
- [packages\/monaco-graphql\/src\/utils.ts\#L115](https://github.com/graphql/graphiql/blob/effc40618b742fa9b193c1cdbfcd4c527eb5700a/packages/monaco-graphql/src/utils.ts#L115) in [packages\/monaco-graphql\/tsconfig.json](https://github.com/graphql/graphiql/blob/effc40618b742fa9b193c1cdbfcd4c527eb5700a/packages/monaco-graphql/tsconfig.json)
**1 of 2 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/graphql/graphql-js/blob/8be83d8d528991aed04ca17434b7e26e56f649cf/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L18](https://github.com/graphql/graphql-js/blob/8be83d8d528991aed04ca17434b7e26e56f649cf/tsconfig.json#L18)
**1 of 3 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/jhipster/generator-jhipster/blob/b4b0364fb3a90c03c1edcbbe32bd95c550fccccd/tsconfig.json)
- `error TS2339: Property 'stdout' does not exist on type 'unknown'.`
- [generators\/info\/generator.mts\#L56](https://github.com/jhipster/generator-jhipster/blob/b4b0364fb3a90c03c1edcbbe32bd95c550fccccd/generators/info/generator.mts#L56)
### [tsconfig.native.json](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/tsconfig.native.json)
- `error TS7034: Variable 'value' implicitly has type 'any' in some locations where its type cannot be determined.`
- [react\/features\/base\/util\/parseURLParams.ts\#L53](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/react/features/base/util/parseURLParams.ts#L53)
- `error TS7005: Variable 'value' implicitly has an 'any' type.`
- [react\/features\/base\/util\/parseURLParams.ts\#L65](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/react/features/base/util/parseURLParams.ts#L65)
### [tsconfig.web.json](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/tsconfig.web.json)
- `error TS7034: Variable 'value' implicitly has type 'any' in some locations where its type cannot be determined.`
- [react\/features\/base\/util\/parseURLParams.ts\#L53](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/react/features/base/util/parseURLParams.ts#L53)
- `error TS7005: Variable 'value' implicitly has an 'any' type.`
- [react\/features\/base\/util\/parseURLParams.ts\#L65](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/react/features/base/util/parseURLParams.ts#L65)
- `error TS2345: Argument of type '{ video: { displaySurface: string; frameRate: number; }; audio: false; preferCurrentTab: boolean; }' is not assignable to parameter of type 'DisplayMediaStreamOptions'.`
- [react\/features\/recording\/components\/Recording\/LocalRecordingManager.web.ts\#L242](https://github.com/jitsi/jitsi-meet/blob/2c59b44df549f229f1d71de2b249381a699faa52/react/features/recording/components/Recording/LocalRecordingManager.web.ts#L242)
### [build\/tsconfig.json](https://github.com/lensapp/lens/blob/5eefa8f03a8f1d8d2b5cec64539c1f8faaf77cdd/build/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [integration\/tsconfig.json](https://github.com/lensapp/lens/blob/5eefa8f03a8f1d8d2b5cec64539c1f8faaf77cdd/integration/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [tsconfig.json](https://github.com/lensapp/lens/blob/5eefa8f03a8f1d8d2b5cec64539c1f8faaf77cdd/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L25](https://github.com/lensapp/lens/blob/5eefa8f03a8f1d8d2b5cec64539c1f8faaf77cdd/tsconfig.json#L25)
### [webpack\/tsconfig.json](https://github.com/lensapp/lens/blob/5eefa8f03a8f1d8d2b5cec64539c1f8faaf77cdd/webpack/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**2 of 14 projects failed to build with the old tsc and were ignored**
### [tests\/components\/ct-svelte-vite\/tsconfig.json](https://github.com/microsoft/playwright/blob/71798d658f46074cf2d63cafe347526b88d7b31e/tests/components/ct-svelte-vite/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
- `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**4 of 53 projects failed to build with the old tsc and were ignored**
### [src\/tsconfig.monaco.json](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/tsconfig.monaco.json)
- `error TS2365: Operator '<=' cannot be applied to types 'number' and 'number | never[]'.`
- [src\/vs\/editor\/browser\/viewParts\/indentGuides\/indentGuides.ts\#L212](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts#L212)
- `error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.`
- [src\/vs\/editor\/common\/services\/modelService.ts\#L200](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/editor/common/services/modelService.ts#L200)
- `error TS7034: Variable 'storedProfileExtensions' implicitly has type 'any' in some locations where its type cannot be determined.`
- [src\/vs\/platform\/extensionManagement\/common\/extensionsProfileScannerService.ts\#L223](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts#L223)
- `error TS7005: Variable 'storedProfileExtensions' implicitly has an 'any' type.`
- [src\/vs\/platform\/extensionManagement\/common\/extensionsProfileScannerService.ts\#L235](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts#L235)
### [src\/tsconfig.tsec.json](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/tsconfig.tsec.json)
- `error TS2365: Operator '<=' cannot be applied to types 'number' and 'number | never[]'.`
- [src\/vs\/editor\/browser\/viewParts\/indentGuides\/indentGuides.ts\#L212](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/editor/browser/viewParts/indentGuides/indentGuides.ts#L212)
- `error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.`
- [src\/vs\/editor\/common\/services\/modelService.ts\#L200](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/editor/common/services/modelService.ts#L200)
- `error TS7034: Variable 'storedProfileExtensions' implicitly has type 'any' in some locations where its type cannot be determined.`
- [src\/vs\/platform\/extensionManagement\/common\/extensionsProfileScannerService.ts\#L223](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts#L223)
- `error TS7005: Variable 'storedProfileExtensions' implicitly has an 'any' type.`
- [src\/vs\/platform\/extensionManagement\/common\/extensionsProfileScannerService.ts\#L235](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/platform/extensionManagement/common/extensionsProfileScannerService.ts#L235)
- `error TS2339: Property 'dispose' does not exist on type 'never'.`
- [src\/vs\/workbench\/services\/textfile\/common\/encoding.ts\#L162](https://github.com/microsoft/vscode/blob/f6c9f22a5bb61eaa307d23671450ec8bc01b0cbd/src/vs/workbench/services/textfile/common/encoding.ts#L162)
**8 of 9 projects failed to build with the old tsc and were ignored**
### [packages\/core\/tsconfig.json](https://github.com/n8n-io/n8n/blob/9ce526e784a6e61ed0f5b0a9ddb9d4ea21584ab2/packages/core/tsconfig.json)
- `error TS2345: Argument of type 'WeekdayNumbers' is not assignable to parameter of type 'DAYS'.`
- [packages\/workflow\/src\/Extensions\/DateExtensions.ts\#L162](https://github.com/n8n-io/n8n/blob/9ce526e784a6e61ed0f5b0a9ddb9d4ea21584ab2/packages/workflow/src/Extensions/DateExtensions.ts#L162) in [packages\/workflow\/tsconfig.build.json](https://github.com/n8n-io/n8n/blob/9ce526e784a6e61ed0f5b0a9ddb9d4ea21584ab2/packages/workflow/tsconfig.build.json)
**7 of 10 projects failed to build with the old tsc and were ignored**
### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/config/tsconfig.types.json)
- `error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.`
- [src\/plugins\/replication-couchdb\/couchdb-helper.ts\#L22](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/src/plugins/replication-couchdb/couchdb-helper.ts#L22)
### [test\/tutorials\/tsconfig.json](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/test/tutorials/tsconfig.json)
- `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [test\/tutorials\/tsconfig.json\#L11](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/test/tutorials/tsconfig.json#L11)
### [tsconfig.json](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/tsconfig.json)
- `error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.`
- [src\/plugins\/replication-couchdb\/couchdb-helper.ts\#L22](https://github.com/pubkey/rxdb/blob/48ddf4b172581438953042f8d1527332d4f3fd52/src/plugins/replication-couchdb/couchdb-helper.ts#L22)
**2 of 3 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/react-hook-form/react-hook-form/blob/eeca2494bc3707267d41bf540dfcf8ad08945d8e/tsconfig.json)
- `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number | boolean | RegExp'.`
- [src\/logic\/validateField.ts\#L189](https://github.com/react-hook-form/react-hook-form/blob/eeca2494bc3707267d41bf540dfcf8ad08945d8e/src/logic/validateField.ts#L189)
- `error TS2365: Operator '<' cannot be applied to types 'number' and 'string | number | boolean | RegExp'.`
- [src\/logic\/validateField.ts\#L192](https://github.com/react-hook-form/react-hook-form/blob/eeca2494bc3707267d41bf540dfcf8ad08945d8e/src/logic/validateField.ts#L192)
**2 of 5 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/eb09131256081306e1b5b598e17da448a2e0043c/tsconfig.json)
- `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.`
- [packages\/base\/src\/Tooltip\/Tooltip.tsx\#L178](https://github.com/react-native-elements/react-native-elements/blob/eb09131256081306e1b5b598e17da448a2e0043c/packages/base/src/Tooltip/Tooltip.tsx#L178) in [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/eb09131256081306e1b5b598e17da448a2e0043c/tsconfig.json)
**13 of 15 projects failed to build with the old tsc and were ignored**
### [packages\/routers\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/packages/routers/tsconfig.build.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope in [packages\/routers\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/packages/routers/tsconfig.build.json)
### [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/packages/react-native-tab-view/tsconfig.build.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope in [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/packages/react-native-tab-view/tsconfig.build.json)
**11 of 57 projects failed to build with the old tsc and were ignored**
### [packages\/redux-devtools-inspector-monitor\/tsconfig.json](https://github.com/reduxjs/redux-devtools/blob/bb5d6701432af1e29d0dcdb4ba2bbc5955908b8b/packages/redux-devtools-inspector-monitor/tsconfig.json)
- `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.`
- [packages\/redux-devtools-inspector-monitor\/src\/utils\/getInspectedState.ts\#L11](https://github.com/reduxjs/redux-devtools/blob/bb5d6701432af1e29d0dcdb4ba2bbc5955908b8b/packages/redux-devtools-inspector-monitor/src/utils/getInspectedState.ts#L11)
### [test\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/test/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [test\/tsconfig.json\#L6](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/test/tsconfig.json#L6)
### [tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L4](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/tsconfig.json#L4)
### [typescript\_test\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [typescript\_test\/tsconfig.json\#L5](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/tsconfig.json#L5)
### [typescript\_test\/typescript\_extended\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/typescript_extended/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [typescript\_test\/typescript\_extended\/tsconfig.json\#L6](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/typescript_extended/tsconfig.json#L6)
**15 of 19 projects failed to build with the old tsc and were ignored**
### [examples\/notes\/tsconfig.json](https://github.com/remix-run/react-router/blob/e0c5760d3d4cc4d0e38cb7dd5424085d30430ca4/examples/notes/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [examples\/notes\/tsconfig.json\#L18](https://github.com/remix-run/react-router/blob/e0c5760d3d4cc4d0e38cb7dd5424085d30430ca4/examples/notes/tsconfig.json#L18)
### [tutorial\/tsconfig.json](https://github.com/remix-run/react-router/blob/e0c5760d3d4cc4d0e38cb7dd5424085d30430ca4/tutorial/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tutorial\/tsconfig.json\#L18](https://github.com/remix-run/react-router/blob/e0c5760d3d4cc4d0e38cb7dd5424085d30430ca4/tutorial/tsconfig.json#L18)
**4 of 11 projects failed to build with the old tsc and were ignored**
### [tsconfig.json](https://github.com/socketio/socket.io/blob/129883958afcd1e8c34ca0dd3e42d40d92557afd/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L17](https://github.com/socketio/socket.io/blob/129883958afcd1e8c34ca0dd3e42d40d92557afd/tsconfig.json#L17)
**6 of 20 projects failed to build with the old tsc and were ignored**
### [examples\/template-svelte-ts\/tsconfig.json](https://github.com/statelyai/xstate/blob/cea609ce39a09f77568a95d8fcaf281020ebce7d/examples/template-svelte-ts/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [examples\/todo-mvc-svelte\/tsconfig.json](https://github.com/statelyai/xstate/blob/cea609ce39a09f77568a95d8fcaf281020ebce7d/examples/todo-mvc-svelte/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**21 of 24 projects failed to build with the old tsc and were ignored**
### [examples\/todo-list\/sveltejs-todo-list\/tsconfig.json](https://github.com/supabase/supabase/blob/4cd435d1a09f502fb72febe22a4b417519db7a6f/examples/todo-list/sveltejs-todo-list/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
- `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**2 of 3 projects failed to build with the old tsc and were ignored**
### [src\/runtime\/tsconfig.json](https://github.com/sveltejs/svelte/blob/967e9f51ff649f776fa034db8aba23a5a1546294/src/runtime/tsconfig.json)
- `error TS2365: Operator '>' cannot be applied to types 'number' and 'number | ((from: T, to: T) => number)'.`
- [src\/runtime\/motion\/tweened.ts\#L125](https://github.com/sveltejs/svelte/blob/967e9f51ff649f776fa034db8aba23a5a1546294/src/runtime/motion/tweened.ts#L125)
**3 of 5 projects failed to build with the old tsc and were ignored**
### [www\/tsconfig.json](https://github.com/t3-oss/create-t3-app/blob/258d0a14acc71fa7bb8d0fb47c5d0b2ef7beeea2/www/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
**20 of 24 projects failed to build with the old tsc and were ignored**
### [packages\/svelte-query\/tsconfig.json](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/packages/svelte-query/tsconfig.json)
- `error TS7034: Variable 'result' implicitly has type 'any' in some locations where its type cannot be determined.`
- [packages\/query-core\/src\/tests\/query.test.tsx\#L149](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/packages/query-core/src/tests/query.test.tsx#L149) in [packages\/query-core\/tsconfig.json](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/packages/query-core/tsconfig.json)
- `error TS7005: Variable 'result' implicitly has an 'any' type.`
- [packages\/query-core\/src\/tests\/query.test.tsx\#L180](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/packages/query-core/src/tests/query.test.tsx#L180) in [packages\/query-core\/tsconfig.json](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/packages/query-core/tsconfig.json)
### [examples\/svelte\/simple\/tsconfig.json](https://github.com/TanStack/query/blob/81baae3088f3488d0c177beca48fdd643d191578/examples/svelte/simple/tsconfig.json)
- `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
- `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- Project Scope
### [dev-tools\/dev-server\/tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/dev-tools/dev-server/tsconfig.json)
- `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.`
- [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228)
### [registry\/tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/registry/tsconfig.json)
- `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.`
- [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228)
### [tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/tsconfig.json)
- `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.`
- [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228)
### [tsconfig.type-check.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/tsconfig.type-check.json)
- `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.`
- [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228)
**10 of 43 projects failed to build with the old tsc and were ignored**
### [packages\/box\/tsconfig.json](https://github.com/trufflesuite/truffle/blob/4a4f88928feb2aaeb1771f44580a9087b10a6624/packages/box/tsconfig.json)
- `error TS7034: Variable 'tempDirCleanup' implicitly has type 'any' in some locations where its type cannot be determined.`
- [packages\/box\/box.ts\#L190](https://github.com/trufflesuite/truffle/blob/4a4f88928feb2aaeb1771f44580a9087b10a6624/packages/box/box.ts#L190)
- `error TS7005: Variable 'tempDirCleanup' implicitly has an 'any' type.`
- [packages\/box\/box.ts\#L223](https://github.com/trufflesuite/truffle/blob/4a4f88928feb2aaeb1771f44580a9087b10a6624/packages/box/box.ts#L223)
- [packages\/box\/box.ts\#L223](https://github.com/trufflesuite/truffle/blob/4a4f88928feb2aaeb1771f44580a9087b10a6624/packages/box/box.ts#L223)
**23 of 52 projects failed to build with the old tsc and were ignored**
### [packages\/plugins\/tsconfig.json](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/tsconfig.json)
- `error TS1362: 'deepmerge' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/antd.ts\#L126](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/antd.ts#L126)
- `error TS1362: 'Mustache' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/antd.ts\#L166](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/antd.ts#L166)
- [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L508)
- [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L164)
- [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L187)
- [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L218)
- [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L231)
- [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L100)
- [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L306)
- `error TS1362: 'chalk' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/dva.ts\#L250](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/dva.ts#L250)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L264)
- `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/layout.ts\#L73](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L73)
- [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L370)
- [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L66)
- [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L115)
- [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L118)
- [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L207)
- [packages\/plugins\/src\/mf.ts\#L112](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L112)
- [packages\/plugins\/src\/mf.ts\#L188](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L188)
- [packages\/plugins\/src\/mf.ts\#L221](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L221)
- [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/model.ts#L37)
- [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L93)
- [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L96)
- [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/master.ts#L150)
- [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/master.ts#L165)
- [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/slave.ts#L266)
- [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/slave.ts#L270)
- [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L292)
- [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L295)
- [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/tailwindcss.ts#L70)
- [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/unocss.ts#L54)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L96)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L98)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L104)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L136)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L163)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L276)
- [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/withTmpPath.ts#L10)
- `error TS1362: 'lodash' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L357)
- [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L357)
- [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L151)
- [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L7)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L119)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L124)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L146)
- `error TS1362: 'crossSpawn' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/tailwindcss.ts\#L37](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/tailwindcss.ts#L37)
- `error TS1362: 'glob' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L94](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L94)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L100)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L158)
- `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/resolveProjectDep.ts#L14)
### [packages\/plugin-docs\/tsconfig.json](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/tsconfig.json)
- `error TS1362: 'logger' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugin-docs\/src\/compiler.ts\#L73](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L73)
- [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L74)
- [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L75)
- [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L81)
### [packages\/preset-vue\/tsconfig.json](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/tsconfig.json)
- `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.`
- [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L13](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13)
- [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L33)
- `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.`
- [packages\/preset-vue\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/utils/resolveProjectDep.ts#L14)
### [tsconfig.json](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/tsconfig.json)
- `error TS1362: 'logger' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugin-docs\/src\/compiler.ts\#L73](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L73)
- [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L74)
- [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L75)
- [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-docs/src/compiler.ts#L81)
- `error TS1362: 'fsExtra' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugin-run\/src\/index.ts\#L38](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-run/src/index.ts#L38)
- `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugin-run\/src\/index.ts\#L54](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugin-run/src/index.ts#L54)
- [packages\/plugins\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/resolveProjectDep.ts#L14)
- [packages\/preset-vue\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/utils/resolveProjectDep.ts#L14)
- `error TS1362: 'deepmerge' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/antd.ts\#L126](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/antd.ts#L126)
- `error TS1362: 'Mustache' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/antd.ts\#L166](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/antd.ts#L166)
- [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L508)
- [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L164)
- [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L187)
- [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L218)
- [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L231)
- [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L100)
- [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L306)
- `error TS1362: 'chalk' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/dva.ts\#L250](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/dva.ts#L250)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L264)
- `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/layout.ts\#L73](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L73)
- [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L370)
- [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L66)
- [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L115)
- [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L118)
- [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L207)
- [packages\/plugins\/src\/mf.ts\#L112](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L112)
- [packages\/plugins\/src\/mf.ts\#L188](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L188)
- [packages\/plugins\/src\/mf.ts\#L221](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L221)
- [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/model.ts#L37)
- [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L93)
- [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/moment2dayjs.ts#L96)
- [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/master.ts#L150)
- [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/master.ts#L165)
- [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/slave.ts#L266)
- [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/qiankun/slave.ts#L270)
- [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L292)
- [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/request.ts#L295)
- [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/tailwindcss.ts#L70)
- [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/unocss.ts#L54)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L96)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L98)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L104)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L136)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L26)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L163)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L276)
- [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/withTmpPath.ts#L10)
- [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L13](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13)
- [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L33)
- `error TS1362: 'lodash' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L357)
- [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/layout.ts#L357)
- [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/locale.ts#L151)
- [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/mf.ts#L7)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L119)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L124)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L146)
- `error TS1362: 'crossSpawn' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/tailwindcss.ts\#L37](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/tailwindcss.ts#L37)
- `error TS1362: 'glob' cannot be used as a value because it was exported using 'export type'.`
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L94](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L94)
- [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/localeUtils.ts#L100)
- [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/ca1a17c5601504f44f097096166a154f1c5215bf/packages/plugins/src/utils/modelUtils.ts#L158)
### [tsconfig.json](https://github.com/wenyan-lang/wenyan/blob/97f0a4b8c5a815467c5c2cac08215d722efde208/tsconfig.json)
- `error TS5101: Flag 'noImplicitUseStrict' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.`
- [tsconfig.json\#L12](https://github.com/wenyan-lang/wenyan/blob/97f0a4b8c5a815467c5c2cac08215d722efde208/tsconfig.json#L12)
The following errors were reported by 5.0.0-dev.20230122, but not by 4.9.4 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline
This run considered 200 popular TS repos from GH (after skipping the top 0).
Successfully analyzed 124 of 200 visited repos
| Outcome | Count | |---------|-------| | Detected interesting changes | 40 | | Detected no interesting changes | 84 | | Git clone failed | 1 | | Package install failed | 19 | | Project-graph error in old TS | 4 | | Too many errors in old TS | 48 | | Unknown failure | 4 |Investigation Status