Package Exports
- @rbxts/types
- @rbxts/types/include/roblox.d.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rbxts/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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:
{
"compilerOptions": {
"typeRoots": ["node_modules/@rbxts"]
}
}