CI notifications

This commit is contained in:
Christof Marti
2021-01-21 11:59:38 +01:00
parent 7d5052a8fc
commit b6f19ccf3f
7 changed files with 564 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"strict": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"lib": [
"es2017"
],
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
},
"exclude": [
"node_modules"
]
}