Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: declaration is actually false by default (#1092)
- previously said "True when TS", but that isn't accurate - upon testing, it appears to be false by default - an explicit `declaration: true` is required in `tsconfig.json` for declaration files (`.d.ts`) to be output - the Compiler Options docs also say it's default false too, so not sure why it's different in the TSConfig Reference - c.f. https://github.com/microsoft/TypeScript-Website/blob/46b960968f994968b237060065f651a368e5fc63/packages/documentation/copy/en/project-config/Compiler%20Options.md#L47
- Loading branch information