only publish dist

This commit is contained in:
Ben
2025-08-22 15:30:07 +02:00
parent 9446b9c89e
commit b828d3ef12
2 changed files with 6 additions and 1 deletions

View File

@@ -19,5 +19,8 @@
"vitest": "^3.2.4" "vitest": "^3.2.4"
}, },
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"types": "dist/index.d.ts" "types": "dist/index.d.ts",
"files": [
"dist"
]
} }

View File

@@ -19,6 +19,8 @@
// Other Outputs // Other Outputs
"sourceMap": true, "sourceMap": true,
"declaration": true, "declaration": true,
"declarationDir": "dist",
"emitDeclarationOnly": true,
"declarationMap": true, "declarationMap": true,
// Stricter Typechecking Options // Stricter Typechecking Options