Skip to content

Commit

Permalink
Recommend TypeScript version above 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jun 8, 2019
1 parent e3d8811 commit 09c067f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

Type your bundle with bundle specific definition like replicants and messages.

## Install

```
npm i -D ts-nodecg
```

or

```
yarn add -D ts-nodecg
```

**TypeScript 3.5 or newer is recommended**

## Usage

See [tests](https://github.com/Hoishin/ts-nodecg/tree/master/test-d).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^3.5.1"
},
"peerDependencies": {
"typescript": "*"
"typescript": ">=3.5"
}
}

0 comments on commit 09c067f

Please sign in to comment.