Update On Thu Dec 12 11:41:03 CET 2024

This commit is contained in:
github-action[bot]
2024-12-12 11:41:03 +01:00
parent 82ec12ec72
commit 767320b3c9
407 changed files with 10588 additions and 10839 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"include": [
"vite.config.*",
"vitest.config.*",
"cypress.config.*",
"nightwatch.conf.*",
"playwright.config.*"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"types": ["node"]
}
}