Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
tesseract-design
/
kitchen-sink-server
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Website for showcasing all features of Tesseract Web.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
3
коммитов
1
ветка
1.3 MiB
Дерево:
aaae1fc665
master
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из 'aaae1fc665'
${ noResults }
kitchen-sink-server
/
tsconfig.test.json
tsconfig.test.json
82 B
Исходник
Обычный вид
История
Initial commit Add files from create-next-app.
2 лет назад
Add tests, refactor Implement tests to increase code coverage The option module was modified to split components and avoid overloading.
2 лет назад
Initial commit Add files from create-next-app.
2 лет назад
1
2
3
4
5
6
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react"
}
}