Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 9759d7d

Browse files
committed
fix: fixes typings on dist package
1 parent 97c49d9 commit 9759d7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"npm": ">=6.0.0"
7373
},
7474
"types": "types/index.d.ts",
75+
"typings": "dist/index.d.ts",
7576
"browserslist": {
7677
"production": [
7778
">0.2%",
@@ -84,4 +85,4 @@
8485
"last 1 safari version"
8586
]
8687
}
87-
}
88+
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"outDir": "dist",
4+
"rootDir": "src",
45
"module": "esnext",
56
"target": "es5",
67
"lib": [

0 commit comments

Comments
 (0)