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

Diff for: .gitignore

-1
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

Diff for: lib/complex-types.d.ts

-11
This file was deleted.

Diff for: 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", "lib/complex-types.d.ts", "index.d.ts"]
14+
"include": ["**/*.js", "index.d.ts"]
1515
}

0 commit comments

Comments
 (0)