Skip to content

Commit

Permalink
Change to remove complex-types.d.ts
Browse files Browse the repository at this point in the history
All types are now exposed from regular files (`index.js`).
  • Loading branch information
wooorm committed Jul 6, 2023
1 parent 3cb2732 commit 89fc050
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions complex-types.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"types": "index.d.ts",
"files": [
"lib/",
"complex-types.d.ts",
"index.d.ts",
"index.js"
],
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"target": "es2020"
},
"exclude": ["coverage/", "node_modules/"],
"include": ["**/*.js", "complex-types.d.ts", "index.d.ts"]
"include": ["**/*.js", "index.d.ts"]
}

0 comments on commit 89fc050

Please sign in to comment.