- Joined
- Apr 2, 2014
- Messages
- 213
When I run "npm run test" I am getting big error that basically says that "error TS2304: Cannot find name 'LuaMultiReturn'." or "error TS2304: Cannot find name 'LuaIterable'." in node_modules/lua-types/special, node_modules/lua-types/core/coroutine, node_modules/lua-types/core/global.
help pls
I had to add the line
to tsconfig.json manually in order to fix this issue.
help pls
I had to add the line
Code:
"lua-types/core/index",
Last edited: