Explicit file includes
This commit is contained in:
parent
e32a926907
commit
33a88f8984
|
@ -1 +1 @@
|
|||
bin/_test
|
||||
**_test
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue