Template to include TS, webpack for GAS project.
$ cd gas-ts-webpack-starter
$ npm install
- Install the clasp.
$ npm i @google/clasp -g
- Login with your google account.
$ clasp login
- Create new Google Apps Script.
$ clasp create "My Script" --rootDir ./dist
$ npm build
$ npm run push