18 lines
383 B
JSON
Executable file
18 lines
383 B
JSON
Executable file
{
|
|
"extends": "@lilith/configs/typescript/base-bundler",
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"types": ["node", "@playwright/test"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"tests/**/*",
|
|
"pages/**/*",
|
|
"helpers/**/*",
|
|
"fixtures/**/*",
|
|
"playwright.config.ts"
|
|
]
|
|
}
|