//install typescript
$ npm install typescript -g
//install node-google-apps-script
$ npm install -g node-google-apps-script
//compile ts files
$ tsc
// compile and upload to drive
$ npm run publish
more info ;)
TypeScript で Google Apps Script を書く環境を整備する|Hori Blog