Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
tesseract-design
/
kitchen-sink-server
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Website for showcasing all features of Tesseract Web.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
8
Commity
1
Gałąź
1.3 MiB
Drzewo:
b82b940be2
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'b82b940be2'
${ noResults }
kitchen-sink-server
/
tsconfig.test.json
tsconfig.test.json
82 B
Czysty
Zwykły widok
Historia
Initial commit Add files from create-next-app.
2 lat temu
Add tests, refactor Implement tests to increase code coverage The option module was modified to split components and avoid overloading.
2 lat temu
Initial commit Add files from create-next-app.
2 lat temu
1
2
3
4
5
6
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}