Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
TheoryOfNekomata
/
tonality
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Ringtone app
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
1.8 MiB
Tree:
1aa5486bea
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '1aa5486bea'
${ noResults }
tonality
/
packages
/
app-web
/
tsconfig.test.json
tsconfig.test.json
108 B
Ruw
Normale weergave
Geschiedenis
Initial commit Add Web app package from Create Next App.
3 jaren geleden
Add files
3 jaren geleden
Initial commit Add Web app package from Create Next App.
3 jaren geleden
1
2
3
4
5
6
7
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["jest"]
},
}