: initial commit

This commit is contained in:
StarAppeal
2024-02-20 03:47:50 +01:00
parent 21731c0db0
commit dd082eb922
11 changed files with 1949 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
},
"include": [
"src/**/*.ts"
]
}