Skip to content

Commit 056a741

Browse files
committed
chore(react-native-lightning): Another typings fix
1 parent 43898b3 commit 056a741

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/cyan-memes-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@plextv/react-native-lightning": patch
3+
---
4+
5+
chore(react-native-lightning): One more typings fix

packages/react-native-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "module",
1515
"main": "./dist/index.cjs",
1616
"module": "./dist/index.js",
17-
"types": "./dist/types/index.d.ts",
17+
"types": "./dist/index.d.ts",
1818
"exports": {
1919
".": "./src/index.ts",
2020
"./package.json": "./package.json"
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"build": "tsdown && pnpm run build:types",
3535
"build:watch": "tsdown -w",
36-
"build:types": "tsc --outDir dist/lib --declarationDir dist/types --declaration true --emitDeclarationOnly true",
36+
"build:types": "tsc --outDir dist/lib --declarationDir dist --declaration true --emitDeclarationOnly true",
3737
"clean": "del ./dist",
3838
"check:types": "tsc --noEmit",
3939
"test:unit": "vitest run --passWithNoTests"

0 commit comments

Comments
 (0)