reaper-lua-types
v7.72.1
Published
This is for use with the typescript to lua transpiler, and the DAW reaper's lua scripts
Readme
Installation
This is for use with the typescript to lua transpiler, and the DAW reaper's lua scripts
- Modify your
tsconfig.json
{
"compilerOptions": {
+ "types": ["reaper-lua-types"]
}
}