@wellmade/tsconfig@0.1.2
·
22 commits
to main
since this release
Patch Changes
-
440c305: Enable
allowImportingTsExtensionsinbase.json. The base sets
noEmit: true(type-only), so writing.tsextensions on relative
imports is safe and matches our ESLint rule
import/extensions: ['error', 'ignorePackages']. Without this flag,
typecheck failed even though lint passed.Projects that override
noEmit: falseto actually emit JS need to set
rewriteRelativeImportExtensions: true(TS 5.7+) themselves — that
choice is project-specific.