test: fix

This commit is contained in:
alexander.akait 2024-03-25 16:07:21 +03:00
parent 9c61ce5694
commit 1466ca3298
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": true,
"strict": false,
"noImplicitThis": true,
"alwaysStrict": true,
"types": ["node"],