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 99
1010> NOTE: In most of cases your environment-specific types would already include this package. In that
1111> 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 " /> `
1313
14- 1 . Get Lua Types from npm
14+ 1 . Get this package from npm
1515
1616``` bash
1717yarn add -D lua-types
@@ -24,12 +24,12 @@ npm install -D lua-types
2424``` json
2525{
2626 "compilerOptions" : {
27- "types" : [" lua-types/VERSION " ]
27+ "types" : [" lua-types/version " ]
2828 }
2929}
3030```
3131
32- Currently supported values of ` VERSION ` are:
32+ Currently supported versions are:
3333
3434- ` 5.1 `
3535- ` 5.2 `
You can’t perform that action at this time.
0 commit comments