You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: sync strict TypeScript compiler flags from deepnote/deepnote (#23)
- Add forceConsistentCasingInFileNames to ensure import paths match exact file casing
- Add skipLibCheck to skip type checking of declaration files for faster builds
These flags align with the strict configuration used in deepnote/deepnote
and improve type safety and consistency across the codebase.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
0 commit comments