9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"verbatimModuleSyntax": false,
|
|
"noEmit": true
|
|
},
|
|
"include": ["tests/**/*", "playwright.config.ts"]
|
|
}
|