Skip to content

Commit e804231

Browse files
committed
Change to remove complex-types.d.ts
1 parent 0af1dcb commit e804231

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
coverage/
55
node_modules/
66
yarn.lock
7-
!/complex-types.d.ts
87
!/index.d.ts

complex-types.d.ts

-4
This file was deleted.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"types": "index.d.ts",
3131
"files": [
3232
"lib/",
33-
"complex-types.d.ts",
3433
"index.d.ts",
3534
"index.js"
3635
],

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)