Removing unneeded tsconfig

This commit is contained in:
Dave
2026-02-19 12:58:29 +00:00
parent 013b28d77f
commit e47c8814e6

View File

@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts", "playwright.config.ts"]
}