Included source maps in the published package

This commit is contained in:
Alexander Cerutti
2024-10-11 13:41:11 +02:00
parent 60717b4fab
commit 469ac70117

View File

@@ -40,6 +40,6 @@
"typescript": "^5.0.4" "typescript": "^5.0.4"
}, },
"files": [ "files": [
"lib/**/*.+(js|d.ts)!(*.map)" "lib/**/*.+(js|d.ts)"
] ]
} }