@rbxts/types
Version:
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
22 lines (14 loc) • 497 B
Markdown
# @rbxts/types
TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.
## Installation
To install @rbxts/types into your project, run the following command:
`npm install -D @rbxts/types`
Then, make sure `node_modules/@rbxts` is listed in your `compilerOptions.typeRoots` field in your project's `tsconfig.json` like so:
```json
{
"compilerOptions": {
"typeRoots": ["node_modules/@rbxts"]
}
}
```
<!-- hidden change to force deploy 3 -->