first commit

This commit is contained in:
GNfsys
2026-04-17 19:05:33 +02:00
commit 6046a6acd7
60 changed files with 11348 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"compilerOptions": {
"strict": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"module": "ESNext",
"target": "es2018"
},
"$schema": "https://www.schemastore.org/tsconfig",
"display": "Strictest",
"_version": "2.0.0"
}