Skip to content

Commit 7e51785

Browse files
committed
fix: include types files
1 parent 0a7b316 commit 7e51785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4+
"declaration": true,
45
"target": "es6",
56
"module": "commonjs",
67
"rootDir": "./src",

0 commit comments

Comments
 (0)