Skip to content

Commit

Permalink
fix: indent & typo on tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoresende committed Oct 1, 2023
1 parent f096682 commit 045cd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"moduleResolution": "nodenext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"],
"allowImportingTSExtensions": true,
"noEmit": true
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["app.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 045cd71

Please sign in to comment.