Basic structure

This commit is contained in:
2020-12-23 17:30:18 +01:00
parent a9aa5c5249
commit 1492a15178
5 changed files with 654 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "node"
}
}