UNPKG
@glua-addon-types/flex
Version:
latest (1.1.0)
1.1.0
1.0.0
types for FLEX
github.com/glua-addon-types/flex
glua-addon-types/flex
@glua-addon-types/flex
/
README.md
21 lines
•
270 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# flex
`package.json`:
```json {
"devDependencies"
: {
"@glua-addon-types/flex"
:
"^1.1.0"
} } ```
`tsconfig.json`:
``` {
"compilerOptions"
: {
"target"
:
"ESNext"
,
"lib"
: [
"ESNext"
],
"types"
: [
"@glua-addon-types/FLEX/index"
] } } ```