Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit d448aad

Browse files
committed
Remove typings and add step in README to run tsd
1 parent 33153ba commit d448aad

File tree

5 files changed

+7
-4114
lines changed

5 files changed

+7
-4114
lines changed

jsx/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ A demo project for showing off JSX in TypeScript
88
npm install
99
```
1010

11+
## Update typeings
12+
```
13+
node node_modules\.bin\tsd update
14+
```
15+
1116
## Compile
1217
```
1318
node node_modules/typescript/bin/tsc

jsx/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"homepage": "https://github.com/RyanCavanaugh/jsx-demo",
2626
"devDependencies": {
2727
"typescript": "latest",
28-
"http-server": "0.8.0"
28+
"http-server": "0.8.0",
29+
"tsd": "latest"
2930
},
3031
"dependencies": {
3132
"jquery": "^2.1.4",

0 commit comments

Comments
 (0)