We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d448aad commit 533792cCopy full SHA for 533792c
jsx/README.md
@@ -8,11 +8,6 @@ A demo project for showing off JSX in TypeScript
8
npm install
9
```
10
11
-## Update typeings
12
-```
13
-node node_modules\.bin\tsd update
14
15
-
16
## Compile
17
18
node node_modules/typescript/bin/tsc
jsx/package.json
@@ -4,7 +4,8 @@
4
"description": "JSX in TypeScript Demo Project",
5
"main": "app.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "postinstall": "node_modules/.bin/tsd update"
},
"repository": {
"type": "git",
0 commit comments