mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-08 09:11:46 +00:00
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": ["./dist"],
|
|
"include": [
|
|
"playwright.config.ts",
|
|
"./tests/**/*"
|
|
]
|
|
}
|