このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
kitchen-sink-server
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Website for showcasing all features of Tesseract Web.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
7
コミット
1
ブランチ
1.3 MiB
ツリー:
b747abc374
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'b747abc374' から
${ noResults }
kitchen-sink-server
/
tsconfig.test.json
tsconfig.test.json
82 B
Raw
通常表示
履歴
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"
}
}