Explicit file includes

This commit is contained in:
Endeavorance 2024-05-09 09:59:52 -04:00
parent e32a926907
commit 33a88f8984
2 changed files with 9 additions and 2 deletions

View file

@ -1 +1 @@
bin/_test
**_test

View file

@ -31,7 +31,14 @@
"typescript": "^5.4.2"
},
"files": [
"bin"
"bin/document.js",
"bin/document.d.ts",
"bin/markdown.js",
"bin/markdown.d.ts",
"bin/hammerstone.js",
"bin/hammerstone.d.ts",
"bin/vault.js",
"bin/vault.d.ts"
],
"prettier": {
"bracketSpacing": true,