Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 1efae68 commit 896e7bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"alwaysStrict": true,
"skipLibCheck": true,
"exactOptionalPropertyTypes": true,
"sourceMap": true
"sourceMap": true,
},
"include": ["editor", "lib", "types"],
"ts-node": {
"esm": true,
"files": true,
"swc": true
}
"swc": true,
},
}

0 comments on commit 896e7bc

Please sign in to comment.