Use install-cli-action to enable windows support

This commit is contained in:
Volodymyr Zotov
2025-07-24 16:54:42 -05:00
parent 43fd9cdb84
commit 80da714262
6 changed files with 36421 additions and 3814 deletions

View File

@@ -18,6 +18,7 @@
"resolveJsonModule": true,
"strict": true,
"target": "es2022",
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"skipLibCheck": true
}
}