diff --git a/Dashboard/tsconfig.json b/Dashboard/tsconfig.json index ce379b7..95a5efc 100644 --- a/Dashboard/tsconfig.json +++ b/Dashboard/tsconfig.json @@ -22,5 +22,6 @@ "resolveJsonModule": true, "allowJs": true }, - "include": ["src"] + "include": ["src"], + "exclude": ["src/electron.js"] }