mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 16:08:49 +01:00
Rename type declaration file micromark.d.ts to micromark.d.cts in markdownlint-micromark so TypeScript will successfully reference it via its package.json/types (fixes #1160, closes #1160).
This commit is contained in:
parent
b7ed1e6540
commit
0dbbedb2f7
4 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"dtsRollup": {
|
||||
"enabled": true,
|
||||
"untrimmedFilePath": "<projectFolder>/micromark.d.ts"
|
||||
"untrimmedFilePath": "<projectFolder>/micromark.d.cts"
|
||||
},
|
||||
"tsdocMetadata": {
|
||||
"enabled": false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue