Awesome
Changelog
- move
*.ts
to src/ and build to dist/
- tslint autofix => eslint prettier autofix
- ava test and npm scripts
Todo
- definition for dist files
# Node version
# node >= 10
# Install dependencies
npm i
# Live build watch
npx tsc --watch
# Run demo
node dist/hello
- Dependencies
- typescript 3.5.2
- typescriot-eslint 1.11.0
- eslint 6.0.1
- prettier 1.18.2
- npmrc
- packafge-lock=false
- tsconfig
- `compilerOptions.outDir='./dist'`
- `include='src/**/*.ts'`
- VS-Code Extensions
- Prettier 1.9.0
- ESLint 1.9.0
- DotENV 1.0.1