aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 01:02:58 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 01:02:58 +0200
commitcac85db02ff00732cf75d473dc3411332f33d845 (patch)
tree5f244968a905eb3888434b3f60cbf05d2b652207 /tsconfig.json
parenta7cf03c192470cbab13edeb1aec99e0c66dede10 (diff)
Apply formatting
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 4 insertions, 4 deletions
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
+ }
}