@esite/typescript
v0.9.2
Published
Compiles your typescript files into plain javascript for the browser
Readme
@esite/typescript
Compiles your typescript files into plain javascript for the browser
How to use
Install this package via npm i @esite/typescript and make sure you have @esite/core installed.
IMPORTANT: Also make sure you have typescript installed, preferably globally.
Finally, add a ./tsconfig.json file in the project root directory.
Any files ending in .ts will now automatically be compiled into .js files.
