woocommerce-paypal-payments/tests/qa-legacy-ui/tsconfig.json
Misha Utkin 9f1445265d
Migrate tests for legacy UI
- Tests migration
- Tests correction
- Folder structure and file naming fixes
2025-04-30 06:48:12 +02:00

12 lines
No EOL
213 B
JSON

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