Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
tesseract-design
/
kitchen-sink-server
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Website for showcasing all features of Tesseract Web.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
3
Commit
1
Ramo (Branch)
1.3 MiB
Albero (Tree):
aaae1fc665
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'aaae1fc665'
${ noResults }
kitchen-sink-server
/
tsconfig.test.json
tsconfig.test.json
82 B
Originale
Vista normale
Cronologia
Initial commit Add files from create-next-app.
2 anni fa
Add tests, refactor Implement tests to increase code coverage The option module was modified to split components and avoid overloading.
2 anni fa
Initial commit Add files from create-next-app.
2 anni fa
1
2
3
4
5
6
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}