Skip to content

Commit

Permalink
replace index.d.ts with jsdoc @typedef (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat authored Jul 5, 2024
2 parents 9d1572c + 628467f commit 9528b38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
},
"main": "src/Eleventy.js",
"type": "module",
"types": "src/index.d.ts",
"bin": {
"eleventy": "cmd.cjs"
},
Expand Down
4 changes: 4 additions & 0 deletions src/Eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,3 +1402,7 @@ export {
*/
BundlePlugin,
};

/**
* @typedef {import('./UserConfig.js').default} UserConfig
*/
3 changes: 0 additions & 3 deletions src/index.d.ts

This file was deleted.

0 comments on commit 9528b38

Please sign in to comment.