Skip to content

Commit

Permalink
feat(nx-cloudflare-wrangler): fixes and improvements for tsconfig fil…
Browse files Browse the repository at this point in the history
…e for worker
  • Loading branch information
klaascuvelier committed Aug 7, 2024
1 parent d7585eb commit fb8a21d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"outDir": "./dist",
"module": "commonjs",
"module": "esnext",
"target": "esnext",
"lib": ["esnext"],
"lib": ["esnext", "dom"],
"alwaysStrict": true,
"strict": true,
"preserveConstEnums": true,
Expand Down

0 comments on commit fb8a21d

Please sign in to comment.