mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 02:34:52 +00:00
0ab852d227
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"playwright.config.ts",
|
|
"e2e/**/*.ts",
|
|
"e2e/**/*.tsx"
|
|
]
|
|
}
|