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, "esModuleInterop": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,
"typeRoots": ["./src/types/overrides"] "typeRoots": ["./src/types/overrides"]
}, },