chore: fix white screen issue on windows

This commit is contained in:
Aman Harwara
2023-11-23 16:41:32 +05:30
parent fd5f45242f
commit 3973b5f454
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"module": "ES2020",
"moduleResolution": "node",
"allowJs": true,
"strict": true,