This commit is contained in:
2025-01-21 12:43:04 -06:00
parent c8e909ae88
commit 7c77a5298a
17 changed files with 940 additions and 37 deletions

10
api/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "dist",
"rootDir": ".",
"sourceMap": true,
"strict": false
}
}