From 045cd71d129c6c4f6015799a459dd58f1b38d117 Mon Sep 17 00:00:00 2001 From: Ernesto Resende Date: Sun, 1 Oct 2023 16:44:45 -0300 Subject: [PATCH] fix: indent & typo on tsconfig --- auth/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/tsconfig.json b/auth/tsconfig.json index 46b8217..91eda13 100644 --- a/auth/tsconfig.json +++ b/auth/tsconfig.json @@ -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"]