Skip to content

Commit f218368

Browse files
author
Your Name
committed
typescript course ongoing
1 parent 3fe2c82 commit f218368

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"watch": "./node_modules/.bin/nodemon -w . --ext \".ts\" --exec \"npm run start\"",
1212
"oo": "node ./samples/object-oriented.js",
1313
"generics": "node ./samples/generics.js",
14-
"decorators": "node ./samples/decorators.js"
14+
"decorators": "node ./samples/decorators.js",
15+
"other": "node ./samples/other.js"
1516
},
1617
"repository": {
1718
"type": "git",

samples/other.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)