Skip to content

Commit

Permalink
Fix typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jul 7, 2024
1 parent 9e4e710 commit ee99f33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "src",
"declaration": true,
"sourceMap": true,
"esModuleInterop": true,
Expand All @@ -20,7 +19,7 @@
"traceResolution": false,
"outDir": "",
"target": "esnext",
"module": "esnext",
"module": "Preserve",
"types": ["@cloudflare/workers-types", "@types/node"]
},
"exclude": ["node_modules", "dist", "**/*.spec.ts", "examples"],
Expand Down

0 comments on commit ee99f33

Please sign in to comment.