Co-authored-by-agent: Co-authored-by: Codex <267193182+codex@users.noreply.github.com>
19 lines
301 B
JSON
19 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2023",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"types": [
|
|
"node",
|
|
"playwright"
|
|
],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|