build: expose source types for git consumers
All checks were successful
CI / verify (push) Successful in 14s
All checks were successful
CI / verify (push) Successful in 14s
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"types": "src/index.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user