Updated the tsconfig.json

This commit is contained in:
Mathias Wagner 2023-07-25 21:35:36 +02:00
parent 77603e56f8
commit 39653d3ec1
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -14,6 +14,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"typeRoots": ["./src/types/overrides"]
},