Fix tsconfig typo

This commit is contained in:
2022-05-31 10:10:23 +02:00
parent d87ec1835a
commit 1a0370b0cd

View File

@@ -1,6 +1,6 @@
{ {
"extends": "./.svelte-kit/tsconfig.json", "extends": "./.svelte-kit/tsconfig.json",
"compilerOptins": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": true,
"esModuleInterop": true, "esModuleInterop": true,