Files
TOJE2E/tsconfig.json
ChenKaiLiuG e139daa410 Initialize
2026-01-29 11:48:45 +08:00

16 lines
394 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"lib": ["ES2022", "DOM"],
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["node", "@playwright/test"]
},
"include": ["tests/**/*", "pages/**/*", "utils/**/*"]
}