The LuaJIT ffi declaration for TSTL.
npm install luajit-ffiTo install, run this in the root of your project:
```
npm i --save-dev luajit-ffi
Then, add it into your tsconfig.json file.
`json``
{
"types": [
"luajit-ffi/luajit-ffi",
],
}