[Fix] Version Bump, Checks, tests CQ
Some checks failed
CI / checks (push) Failing after 2m54s

This commit is contained in:
Alex Emmet 2026-08-13 21:18:55 +02:00
commit e939714557
34 changed files with 5752 additions and 628 deletions

View file

@ -7,12 +7,11 @@
"emitDeclarationOnly": false,
"outDir": "dist",
"rootDir": "src",
"baseUrl": ".",
"types": ["node"],
"ignoreDeprecations": "6.0",
"paths": {
"mtp/raw": ["src/raw/index.ts"],
"mtp/type-map": ["src/type-map/index.ts"],
"mtp/raw": ["./src/raw/index.ts"],
"mtp/type-map": ["./src/type-map/index.ts"],
},
"strict": true,
"noImplicitAny": false,