File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
> NOTE: In most of cases your environment-specific types would already include this package. In that
11
11
> case you don't need to do anything. If you're a developer of such types you should add ` lua-types `
12
- > as a dependency and load it by adding ` /// <reference types="lua-types/VERSION " /> `
12
+ > as a dependency and load it by adding ` /// <reference types="lua-types/version " /> `
13
13
14
- 1 . Get Lua Types from npm
14
+ 1 . Get this package from npm
15
15
16
16
``` bash
17
17
yarn add -D lua-types
@@ -24,12 +24,12 @@ npm install -D lua-types
24
24
``` json
25
25
{
26
26
"compilerOptions" : {
27
- "types" : [" lua-types/VERSION " ]
27
+ "types" : [" lua-types/version " ]
28
28
}
29
29
}
30
30
```
31
31
32
- Currently supported values of ` VERSION ` are:
32
+ Currently supported versions are:
33
33
34
34
- ` 5.1 `
35
35
- ` 5.2 `
You can’t perform that action at this time.
0 commit comments