diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json index 61f5c0c..4698de1 100644 --- a/frontend/jsconfig.json +++ b/frontend/jsconfig.json @@ -12,6 +12,5 @@ "noEmit": true, "types": ["svelte"] }, - "include": ["src/**/*"], - "references": [{ "path": "./tsconfig.node.json" }] + "include": ["src/**/*"] }