feat(database): add

This commit is contained in:
Pihkaal
2025-12-03 15:34:36 +01:00
parent ebb157991e
commit 39068b6104
12 changed files with 989 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"removeComments": false
},
"tsc-alias": {
"resolveFullPaths": true
},
"include": ["src"]
}