This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
AI
/
opencode-ide-plugin
kopia lustrzana
https://github.com/paviko/opencode-ide-plugin.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
desktop: exclude ts-dist from tsconfig sources
Brendan Allan
2 miesięcy temu
rodzic
bd1f5f884e
commit
6f5f73a74a
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
packages/desktop/tsconfig.json
+ 1
- 1
packages/desktop/tsconfig.json
Wyświetl plik
@@ -20,5 +20,5 @@
"@/*": ["./src/*"]
}
},
- "exclude": ["dist"]
+ "exclude": ["dist"
, "ts-dist"
]
}