This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
fgm
/
js__typescript__pluralsight1
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3becbacb00
Branches
Tags
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
Historique
Raw
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean