flex package.json: { "devDependencies": { "@glua-addon-types/flex": "^1.1.0" } } tsconfig.json: { "compilerOptions": { "types": [ "@glua-addon-types/flex/index" ] } }