You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
* feat/fix: CLI Option tsconfigFilePath, code sanity fixes
- add yarn.lock which had uncommitted changes (prettier);
- rename serverlessTypes.ts to types.ts (convention);
- move watchFiles into private method of index.ts main class -- utility below;
- add cli option tsconfigFilePath for more flexibility in specifying tsconfig to use;
- compute which tsconfig to use based on options, custom:typeScript:... or default (save in this.tsconfigFilePath of main class)
- only pass this.tsconfigFilePath as a string to getTypescriptConfig;
- run yarn lint on the project
* chore: enable GH action on pull request
* chore: set prettier endOfLine as auto
* chore: update TypeScript dev dependency to 3.8.3
* tests: properly pass tsconfig path on test suite
* styles: apply prettier to index
Co-authored-by: KingDarBoja <stevenbojato04@gmail.com>
0 commit comments