Skip to content

Commit

Permalink
Update pretty-print script
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Jan 19, 2024
1 parent 3dc9242 commit 339bf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"docs": "bunx typedoc",
"test": "bun test",
"watch": "bun test --watch",
"pretty-print": "prettier --write src *.{mjs,json,html,ts}",
"pretty-print": "prettier --write src *.{json,html,ts}",
"publish:npm": "np",
"publish:demo": "bun ./gh-pages.publish.js"
},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esModuleInterop": true,
"noEmit": true,
"skipLibCheck": true,
"lib": ["ES2015", "DOM"]
"lib": ["ES2015", "DOM"],
},
"include": ["./*.ts", "./src"]
"include": ["./*.ts", "./src"],
}

0 comments on commit 339bf1e

Please sign in to comment.