fix(main): unit test failure

This commit is contained in:
Kim, Jimin 2023-12-23 18:45:53 +09:00
parent 6af4e34408
commit 1f8ae57b48
Signed by: pomp
GPG key ID: CE1DDB8A4A765403

View file

@ -4,6 +4,7 @@
"allowJs": true, "allowJs": true,
"checkJs": true, "checkJs": true,
"esModuleInterop": true, "esModuleInterop": true,
"verbatimModuleSyntax": false,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"skipLibCheck": true, "skipLibCheck": true,