woocommerce-paypal-payments/tsconfig.json
Misha Utkin abd10bd69d
Move following files to the root
- Move and merge ignore files
- Move README.md as E2E_TESTS.md
- Move tsconfig.js
- Move .wp-env.json
- Move .env.example.e2e
2026-05-07 08:43:30 +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
}
}