Skip to content

Commit

Permalink
Upgrade wrangler to 3.41.0 + output source maps in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Apr 1, 2024
1 parent 8707798 commit 1b1584f
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 52 deletions.
110 changes: 59 additions & 51 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.2.0",
"vitest-dom": "^0.1.1",
"wrangler": "3.22.1"
"wrangler": "^3.41.0"
},
"engines": {
"node": ">=20.0.0"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"sourceMap": true,
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 1b1584f

Please sign in to comment.