Initial commit

This commit is contained in:
2020-08-23 00:33:34 +02:00
commit 5776a66fb1
15 changed files with 8176 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}