Prepare for new sdk

This commit is contained in:
2025-09-15 11:17:17 +02:00
parent 6b9d556e57
commit 6e93cfdf2c
19 changed files with 899 additions and 938 deletions

View File

@@ -3,7 +3,6 @@
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
@@ -14,6 +13,6 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
"types": ["node", "jquery"]
}
}