Disabled TypeScript strict mode for now

This commit is contained in:
Marcus Blättermann 2022-11-10 00:41:12 +01:00
parent e48ae96847
commit abcb44e918
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -4,7 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,