Files
youtube-music/tsconfig.test.json
ArjixWasTaken 6c881a265a fix tests
2025-12-30 22:02:23 +02:00

9 lines
127 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["./dist"],
"include": [
"playwright.config.ts",
"./tests/**/*"
]
}