Skip to content

Commit 89e8d9b

Browse files
committed
chore: remove index.d.ts
1 parent 88d38af commit 89e8d9b

File tree

3 files changed

+3
-83
lines changed

3 files changed

+3
-83
lines changed

index.d.ts

-79
This file was deleted.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reggol",
33
"description": "Logger for professionals",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"sideEffects": false,
66
"type": "module",
77
"exports": {
@@ -14,8 +14,7 @@
1414
"./package.json": "./package.json"
1515
},
1616
"files": [
17-
"lib",
18-
"index.d.ts"
17+
"lib"
1918
],
2019
"repository": {
2120
"type": "git",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"strict": true,
1111
"skipLibCheck": true,
1212
"esModuleInterop": true,
13-
"moduleResolution": "node",
13+
"moduleResolution": "bundler",
1414
},
1515
"include": [
1616
"src",

0 commit comments

Comments
 (0)