diff --git a/.vscode/settings.json b/.vscode/settings.json index ec60749..f14cabe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,8 @@ "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true + }, + "svelte.plugin.svelte.compilerWarnings": { + "missing-declaration": "ignore" } }