react.d.ts 暴露

This commit is contained in:
Wang Kejun 2023-09-18 09:48:24 +08:00
parent ae6fd7b8ed
commit 4b6937cf93
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
}, },
"files": [ "files": [
"lib/**/*", "lib/**/*",
"es/**/*" "es/**/*",
"typings/react.d.ts"
], ],
"dependencies": { "dependencies": {
"@fingerprintjs/fingerprintjs": "^4.0.0", "@fingerprintjs/fingerprintjs": "^4.0.0",