From ff312cd4b822effe8a4e89d14fdfe1c57fec8d45 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 18 Sep 2021 16:38:58 -0400 Subject: [PATCH] Fix --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index c46e16be..c8a61568 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,7 +6,7 @@ "strict": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "forceConsistentCasingInFileNames": true + "forceConsistentCasingInFileNames": true, // See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311 "types": ["node", "jest", "webpack-env", "chrome"] }