We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd040a1 commit bbdf2ffCopy full SHA for bbdf2ff
frontend/tsconfig.json
@@ -20,6 +20,6 @@
20
"noUnusedParameters": true,
21
"noFallthroughCasesInSwitch": true
22
},
23
- "include": ["src", "*.ts", "**/*.ts"],
+ "include": ["src/**/*.ts", "tests/**/*.ts", "playwright.config.ts"],
24
"references": [{ "path": "./tsconfig.node.json" }]
25
}
0 commit comments