Commit 8c0e3c4
Rudolf Meijering
treat types as an alias for typings in package.json
According to https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html
`types` is an alias for `typings`. This commit updates api-extractor to infer configuration
from both of these properties.1 parent 9e17b70 commit 8c0e3c4
File tree
4 files changed
+7
-1
lines changed- apps/api-extractor/bin
- common/reviews/api
- libraries/node-core-library/src
4 files changed
+7
-1
lines changedFile mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments