Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit c9dbcee

Browse files
committed
🚚 convert the index.js file to typescript
1 parent 85c97d8 commit c9dbcee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/index.js src/index.ts

File renamed without changes.

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"emitDeclarationOnly": true,
66
"outDir": "./dist/types"
77
},
8-
"include": ["./src/index.js", "./src/@types"]
8+
"include": ["./src/index.ts", "./src/@types"]
99
}

0 commit comments

Comments
 (0)