Skip to content

Commit

Permalink
Fix TS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Oct 20, 2024
1 parent d66b4d5 commit 5d72dba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@
"peerDependencies": {},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.2",
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"@cloudflare/workers-types": "^4.20241018.0",
"@total-typescript/tsconfig": "^1.0.4",
"@types/bun": "^1.1.6",
"@types/bun": "^1.1.11",
"consola": "^3.2.3",
"msw": "^2.4.11",
"typedoc": "^0.26.5",
"typedoc-plugin-mdn-links": "^3.2.6",
"typescript": "^5.5.4"
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.4",
"typescript": "^5.6.3"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"include": ["src/*.ts"],
"exclude": ["src/*.test.ts"],
"compilerOptions": {
"types": ["@cloudflare/workers-types"],
"outDir": "./build"
}
}

0 comments on commit 5d72dba

Please sign in to comment.