mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-06-10 11:54:14 +08:00
- Move and merge ignore files - Move README.md as E2E_TESTS.md - Move tsconfig.js - Move .wp-env.json - Move .env.example.e2e
12 lines
No EOL
213 B
JSON
12 lines
No EOL
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2019",
|
|
"types": ["node"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true
|
|
}
|
|
} |