Commit 4384257
committed
fix: declaration is actually false by default
- 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 Handbook
- c.f. https://github.com/microsoft/TypeScript-Website/blob/46b960968f994968b237060065f651a368e5fc63/packages/documentation/copy/en/project-config/Compiler%20Options.md#L471 parent cc7d024 commit 4384257
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments