Initial import

This commit is contained in:
2021-03-02 18:57:41 -06:00
commit be1f615858
23 changed files with 1092 additions and 0 deletions

11
src/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"module": "commonjs",
"target": "es5",
"sourceMap": true
},
"exclude": [
"node_modules"
]
}