clickclack/tsconfig.json
2026-05-08 05:36:16 +01:00

11 lines
212 B
JSON

{
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"target": "ES2022",
"types": ["node"]
},
"include": ["playwright.config.ts", "tests/**/*.ts"]
}