diff --git a/tsconfig.json b/tsconfig.json index 70162e4f..ca06bddc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "isolatedModules": true }, "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "public/sw.js"], - "exclude": ["src/**/web/*.ts"], + "exclude": ["src/**/web/*.ts", "risu-electron/**/*"], "references": [{ "path": "./tsconfig.node.json" }], "ignoreDeprecations": "5.0" }