Skip to content

Commit bbdf2ff

Browse files
committed
🔧 Update tsconfig with Playwright files
1 parent cd040a1 commit bbdf2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"noUnusedParameters": true,
2121
"noFallthroughCasesInSwitch": true
2222
},
23-
"include": ["src", "*.ts", "**/*.ts"],
23+
"include": ["src/**/*.ts", "tests/**/*.ts", "playwright.config.ts"],
2424
"references": [{ "path": "./tsconfig.node.json" }]
2525
}

0 commit comments

Comments
 (0)