Updated the tsconfig.json

This commit is contained in:
2023-07-25 21:35:36 +02:00
parent 77603e56f8
commit 39653d3ec1

View File

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