woocommerce-paypal-payments/tsconfig.json

12 lines
No EOL
213 B
JSON

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