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"
|
"typescript": "^5.4.2"
|
||||||
},
|
},
|
||||||
"files": [
|
"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": {
|
"prettier": {
|
||||||
"bracketSpacing": true,
|
"bracketSpacing": true,
|
||||||
|
|
Loading…
Reference in a new issue