Vorlias / types

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

Home Page:https://www.npmjs.com/package/@rbxts/types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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 @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.

https://www.npmjs.com/package/@rbxts/types

License:MIT License


Languages

Language:TypeScript 100.0%