build: expose source types for git consumers
All checks were successful
CI / verify (push) Successful in 14s

This commit is contained in:
2026-05-14 21:00:34 +09:00
parent c27c6b4e3c
commit d056bb61a5

View File

@@ -5,9 +5,10 @@
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.js", "module": "dist/index.js",
"types": "dist/index.d.ts", "types": "src/index.ts",
"files": [ "files": [
"dist", "dist",
"src",
"README.md" "README.md"
], ],
"scripts": { "scripts": {