diff --git a/src/jsr.json b/src/jsr.json index 8477961..f743f23 100644 --- a/src/jsr.json +++ b/src/jsr.json @@ -1,5 +1,6 @@ { "name": "@siguici/colorwind", "version": "0.0.0", - "exports": "./index.ts" + "exports": "./index.ts", + "publish": { "exclude": ["!**/*.ts"] } }