Skip to content
/ types Public
forked from roblox-ts/types

TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.

License

Notifications You must be signed in to change notification settings

leonbee0/types

This branch is 2 commits ahead of, 151 commits behind roblox-ts/types:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2023
Jan 18, 2024
Mar 2, 2024
Jan 29, 2024
Oct 10, 2019
Jan 6, 2021
Jan 18, 2024
Jun 14, 2022
Jan 18, 2024
Jan 18, 2024
Oct 9, 2020
Jun 3, 2022
Feb 27, 2024
Feb 27, 2024
Feb 5, 2020
Mar 25, 2020

Repository files navigation

@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 i -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"]
	}
}

About

TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%