Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themyth92/javascript-state-machine-typings
TS typings for javascript-state-machine
https://github.com/themyth92/javascript-state-machine-typings
Last synced: 18 days ago
JSON representation
TS typings for javascript-state-machine
- Host: GitHub
- URL: https://github.com/themyth92/javascript-state-machine-typings
- Owner: themyth92
- License: mit
- Created: 2019-06-19T07:08:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T08:04:58.000Z (over 5 years ago)
- Last Synced: 2024-10-12T14:27:12.434Z (about 1 month ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## JS State Machine Typing
- [Javascript State Machine](https://github.com/jakesgordon/javascript-state-machine) Typing
- Copy from https://github.com/taoqf/javascript-state-machine with some small modification.## Command
- `npm install @ts-typings/javascript-state-machine`
- Include custom types in your tsconfig. I.e:```
"compilerOptions": {
...
"baseUrl": "./",
"paths": {
"*": ["node_modules/@ts-typings/*"]
}
}
```