This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
mightyplow
/
simple-calorie-tracker
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
add typings to be included
mightyplow
5 anni fa
parent
7bef85ab2d
commit
a32e573cca
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
tsconfig.json
+ 2
- 1
tsconfig.json
Vedi File
@@ -72,6 +72,7 @@
},
"include": [
- "src/**/*"
+ "src/**/*",
+ "src/typings"
]
}