Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TheoryOfNekomata
/
tonality
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Ringtone app
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
2
Commits
1
Rama
1.8 MiB
Árbol:
1aa5486bea
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '1aa5486bea'
${ noResults }
tonality
/
packages
/
app-web
/
tsconfig.test.json
tsconfig.test.json
108 B
Original
Vista normal
Histórico
Initial commit Add Web app package from Create Next App.
hace 3 años
Add files
hace 3 años
Initial commit Add Web app package from Create Next App.
hace 3 años
1
2
3
4
5
6
7
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["jest"]
},
}