This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
js__typescript__pluralsight1
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
55df459ef5
Branches
Tags
GettingStarted
InDepth
master
js__typescript_...
/
Makefile
Makefile
70 B
History
Raw
1
2
3
4
5
6
7
all: js/app.js
js/app.js: app/*.ts
yarn compile
clean:
yarn clean