Concept-Garant/tsconfig.json
2025-05-22 13:02:10 +03:00

13 lines
255 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src", "playwright.config.ts"]
}