Browse Source

desktop: exclude ts-dist from tsconfig sources

Brendan Allan 2 months ago
parent
commit
6f5f73a74a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/desktop/tsconfig.json

+ 1 - 1
packages/desktop/tsconfig.json

@@ -20,5 +20,5 @@
       "@/*": ["./src/*"]
       "@/*": ["./src/*"]
     }
     }
   },
   },
-  "exclude": ["dist"]
+  "exclude": ["dist", "ts-dist"]
 }
 }