Skip to content

Commit 89fc050

Browse files
committedJul 6, 2023
Change to remove complex-types.d.ts
All types are now exposed from regular files (`index.js`).
1 parent 3cb2732 commit 89fc050

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed
 

‎complex-types.d.ts

-2
This file was deleted.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"types": "index.d.ts",
4545
"files": [
4646
"lib/",
47-
"complex-types.d.ts",
4847
"index.d.ts",
4948
"index.js"
5049
],

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"target": "es2020"
1212
},
1313
"exclude": ["coverage/", "node_modules/"],
14-
"include": ["**/*.js", "complex-types.d.ts", "index.d.ts"]
14+
"include": ["**/*.js", "index.d.ts"]
1515
}

0 commit comments

Comments
 (0)
Please sign in to comment.