require tarantoolscript/types like others in lua-types
"compilerOptions": {
"types": ["lua-types/jit", "tarantoolscript/types"],
},
This will allow to have access to std functions without extra import
like:
- table: copy, deepcopy, equals ...
- os: setenv ...
- string: hex, ljust, ...
- tonumber64
- error
- package
- box
- ...