This commit is contained in:
2025-01-09 00:43:01 +01:00
commit 8abdeba706
16 changed files with 9225 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node12"
}
}