add missing files for the action

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-06 22:48:47 +01:00
parent 7cfe2a742f
commit ce541b4331
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
8 changed files with 3989 additions and 3 deletions

14
tsconfig.json Normal file
View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"lib": [
"ES2017"
],
"outDir": "out",
"rootDir": ".",
},
"exclude": [
"node_modules"
]
}