This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fgm
/
js__typescript__pluralsight1
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
ebb923b00f
Ramos
Etiquetas
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
Histórico
Em bruto
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean