This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
mightyplow
/
simple-calorie-tracker
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add typings to be included
mightyplow
hace 5 años
padre
7bef85ab2d
commit
a32e573cca
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
tsconfig.json
+ 2
- 1
tsconfig.json
Ver fichero
@@ -72,6 +72,7 @@
},
"include": [
- "src/**/*"
+ "src/**/*",
+ "src/typings"
]
}