@rbxts/types 1.0.813 → 1.0.816
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/include/generated/None.d.ts +39547 -38807
- package/include/generated/PluginSecurity.d.ts +13960 -4341
- package/include/generated/enums.d.ts +31448 -23660
- package/include/roblox.d.ts +73 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ TypeScript typings for the Roblox platform. Partially handwritten and partially
|
|
|
6
6
|
|
|
7
7
|
To install @rbxts/types into your project, run the following command:
|
|
8
8
|
|
|
9
|
-
`npm
|
|
9
|
+
`npm install -D @rbxts/types`
|
|
10
10
|
|
|
11
11
|
Then, make sure `node_modules/@rbxts` is listed in your `compilerOptions.typeRoots` field in your project's `tsconfig.json` like so:
|
|
12
12
|
|