From c0bc5ecd51f2a9538f30122554319fe47e0c4eaa Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Mon, 28 Nov 2022 17:25:23 -1000 Subject: clean Signed-off-by: Devlin Junker --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 0bc846336..4548ebe3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "moduleResolution": "node", "experimentalDecorators": true, "skipLibCheck": true, - "esModuleInterop": true, + "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": true, -- cgit v1.2.3