Skip to content

Commit

Permalink
remove intermediate .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 18, 2024
1 parent adcd545 commit 988c576
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 244 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ yarn-error.log
coverage/
.DS_Store
**/*.cts
dist/*-*.d.ts
27 changes: 0 additions & 27 deletions dist/types-af1fe7fc.d.ts

This file was deleted.

13 changes: 0 additions & 13 deletions dist/utils-cbe6a7fc.d.ts

This file was deleted.

203 changes: 0 additions & 203 deletions dist/warcserializer-4627762e.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"noUncheckedIndexedAccess": true,
"removeComments": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipLibCheck": false,
"strict": true
}
}

0 comments on commit 988c576

Please sign in to comment.