Fix #75: Short uuid handling

This commit is contained in:
Mehdi Benadel
2025-05-12 11:00:35 +02:00
committed by John Livingston
parent 5b8ccdf5ae
commit bb78c61b08
8 changed files with 83 additions and 17 deletions

View File

@ -2,7 +2,7 @@
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"noImplicitReturns": true,
"noImplicitOverride": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"removeComments": true,
"sourceMap": true,