🔧 Update tsconfig.json and fix errors (#1859)

This commit is contained in:
Alejandra
2025-09-08 12:51:26 +02:00
committed by GitHub
parent d8bdcb2ef2
commit 5f1ba46404
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "tests/**/*.ts", "playwright.config.ts"],
"include": ["src", "tests", "playwright.config.ts"],
"references": [
{
"path": "./tsconfig.node.json"