make createradar a standalone command

This commit is contained in:
Bastian Ike
2021-01-08 11:07:24 +01:00
committed by Bastian
parent b415f30571
commit 2134a6d62d
7 changed files with 39 additions and 27 deletions

13
tasks/_tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es6", "es2015", "dom"],
"declaration": true,
"strict": true,
"types": ["node"],
"esModuleInterop": true,
"resolveJsonModule": true,
// "outDir": "../bin",
}
}