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

@@ -5,7 +5,7 @@
"ES2022"
],
"target": "ES2019",
"module": "commonjs",
"module": "ES2020",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true,

View File

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

View File

@@ -3,7 +3,7 @@
"skipLibCheck": true,
"lib": ["ES2022"],
"target": "ES2019",
"module": "commonjs",
"module": "ES2020",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true,