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,