Skip to content

Commit

Permalink
Merge pull request #1235 from jennydaman/bump-deps
Browse files Browse the repository at this point in the history
Set "type": "module" in package.json and fix everything changed by that
  • Loading branch information
jennydaman authored Aug 26, 2024
2 parents 2143f28 + 253239b commit dac03ce
Show file tree
Hide file tree
Showing 15 changed files with 609 additions and 502 deletions.
10 changes: 9 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"$schema": "https://biomejs.dev/schemas/1.1.2/schema.json",
"files": {
"include": ["src/**", "tests/**", "./*.ts", "./*.json", "testing/*.mjs"],
"include": [
"src/**",
"tests/**",
"package.json",
"biome.json",
"*.config.ts",
"tsconfig*.json",
"testing/*.mjs"
],
"ignore": ["package-lock.json"]
},
"organizeImports": {
Expand Down
Loading

0 comments on commit dac03ce

Please sign in to comment.