typescript-to-lua-t
v0.0.0
Published
A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!
Downloads
2
Readme
typescript-to-lua-t
ttypescript-to-lua版本 0.20.0 。 由 https://github.com/TypeScriptToLua/TypescriptToLua 生成。
生成方式
- 改變package.json
- 執行
sed -i 's|require("typescript")|require("typescript-t")|g' dist/*.js
yarn
yarn remove typescript
yarn add typescript-t