Skip to content

Commit 3cb573a

Browse files
committed
Remove lib/complex-types.d.ts
1 parent 427b558 commit 3cb573a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ node_modules/
44
*.log
55
.DS_Store
66
yarn.lock
7-
!/complex-types.d.ts
87
!/index.d.ts

lib/complex-types.d.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

tsconfig.json

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

0 commit comments

Comments
 (0)