Better error handling

This commit is contained in:
ex61wi
2026-04-07 09:30:35 +02:00
parent 9b1ebd85a6
commit 3083cf4b0b
6 changed files with 70 additions and 21 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": ["ES2022"],
"strict": true,
"sourceMap": true,
"types": ["node"],
"esModuleInterop": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*"]
}