refactor: fix lint

This commit is contained in:
alexander.akait 2024-03-12 21:18:44 +03:00
parent 6f89ed11e9
commit 68bfc852af
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"lib": ["esnext", "dom"],
"allowJs": true,
"checkJs": true,