Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
orztv committed Oct 17, 2024
1 parent 49fb8c2 commit cc1ac18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"types": [
"@remix-run/cloudflare",
"vite/client",
"@cloudflare/workers-types"
"@remix-run/cloudflare",
"vite/client",
"@cloudflare/workers-types/2023-07-01"
],
"isolatedModules": true,
"esModuleInterop": true,
Expand All @@ -29,6 +29,8 @@
"paths": {
"~/*": ["./app/*"]
},

// Vite takes care of building everything, not tsc.
"noEmit": true
}
}

0 comments on commit cc1ac18

Please sign in to comment.