feat(ci): auto release (#53)

* feat(ci): allow auto release

* chore(ci): simplify release

* chore: apply suggestions from code review
This commit is contained in:
Michael Kriese 2020-05-05 09:15:37 +02:00 committed by GitHub
parent 1dd736bd72
commit 6cef3bd05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 56 deletions

10
src/tsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"declaration": false,
"rootDir": ".",
"outDir": "dist",
"types": ["node"]
}
}