DX - Strict
Coming soon
Notes
allowSyntheticDefaultImportsis set totrue. Third-party packages like Zod v4 ship.d.ctstype files that useimport X from "module"default import syntax internally. WithskipLibCheck: false, TypeScript checks those files too. Setting this tofalsecauses type errors in third-party type declarations that the project has no control over.