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
Enable verbatimModuleSyntax (during checks) for explicit import/export types
https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax
Only enabling this for type checks right now, so that src can stay clean.
Disabling at build/runtime because there's a weird interaction with extensionless
that fails to omit type import when doing a path rewrite.
Also ts-jest does not support this yet either.
Future could change this chain without affecting src code.
0 commit comments