We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe2c82 commit f218368Copy full SHA for f218368
package.json
@@ -11,7 +11,8 @@
11
"watch": "./node_modules/.bin/nodemon -w . --ext \".ts\" --exec \"npm run start\"",
12
"oo": "node ./samples/object-oriented.js",
13
"generics": "node ./samples/generics.js",
14
- "decorators": "node ./samples/decorators.js"
+ "decorators": "node ./samples/decorators.js",
15
+ "other": "node ./samples/other.js"
16
},
17
"repository": {
18
"type": "git",
samples/other.ts
@@ -0,0 +1 @@
1
+
0 commit comments