14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"types": ["node", "playwright/test"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["tests/**/*.ts"]
|
|
}
|