Initial commit

This commit is contained in:
Samuel Elliott
2022-03-09 01:34:35 +00:00
commit fc217056e1
9 changed files with 1958 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"strict": true,
"target": "es2015",
"module": "es2022",
"moduleResolution": "node12",
"declaration": true,
"rootDir": "src",
"outDir": "dist"
}
}