woocommerce-paypal-payments/tests/qa/tsconfig.json
Sedat a956444602
Initial commit for QA folder
POM files created.
Visual tests moved to PCP repo.
Irrelevant files removed.
2025-02-05 16:40:30 +03:00

12 lines
No EOL
213 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2019",
"types": ["node"],
"esModuleInterop": true,
"skipLibCheck": true,
"strict": false,
"baseUrl": ".",
"resolveJsonModule": true
}
}