@rbxts/types
Version:
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
20 lines (13 loc) • 449 B
Markdown
# /types
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
## Installation
To install /types into your project, run the following command:
`npm i -D /types`
Then, make sure `node_modules/ ` is listed in your `compilerOptions.typeRoots` field in your project's `tsconfig.json` like so:
```json
{
"compilerOptions": {
"typeRoots": ["node_modules/@rbxts"]
}
}
```