diff --git a/src/frontend/jsconfig.json b/src/frontend/jsconfig.json index bd514bb..8bf9d03 100644 --- a/src/frontend/jsconfig.json +++ b/src/frontend/jsconfig.json @@ -1,4 +1,5 @@ { + "extends": "./.svelte-kit/tsconfig.json", "compilerOptions": { "checkJs": true },