Skip to content
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

tacheometry/types

This branch is 1 commit ahead of, 68 commits behind roblox-ts/types:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8750b75 · Sep 16, 2024
Oct 21, 2023
Jan 18, 2024
Sep 16, 2024
Mar 15, 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
Jul 3, 2024
Jul 3, 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%