chore: Change type declaration source of firefish-js

This commit is contained in:
Lhcfl 2024-03-25 23:28:56 +08:00
parent 7e3cae09a0
commit 9e61a6bbe0

View file

@ -4,7 +4,7 @@
"description": "Firefish SDK for JavaScript",
"homepage": "https://firefish.dev/firefish/firefish/-/tree/develop/packages/firefish-js",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"types": "./src/index.ts",
"license": "MIT",
"scripts": {
"build": "pnpm swc src --out-dir built --source-maps false --copy-files --strip-leading-paths",