Initial commit

This commit is contained in:
Misode
2020-05-23 21:14:34 +02:00
commit 135b229265
8 changed files with 86 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"src"
]
}