From cac85db02ff00732cf75d473dc3411332f33d845 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 1 May 2022 01:02:58 +0200 Subject: Apply formatting --- tsconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index d42c069..2dcd4a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "resolveJsonModule": true, - "esModuleInterop": true - } + "compilerOptions": { + "resolveJsonModule": true, + "esModuleInterop": true + } } -- cgit