From 1a0370b0cd31d66f31f7377a4d1d1e890d33c6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 31 May 2022 10:10:23 +0200 Subject: [PATCH] Fix tsconfig typo --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 101741f..91a3701 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "./.svelte-kit/tsconfig.json", - "compilerOptins": { + "compilerOptions": { "allowJs": true, "checkJs": true, "esModuleInterop": true,