Commit b7daece
committed
chore: sync strict TypeScript compiler flags from deepnote/deepnote
- 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.1 parent f59e68f commit b7daece
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments