PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 5.4.0
Pay with Vipps and MobilePay for WooCommerce v5.4.0
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
woo-vipps / payment / src / Blocks / tsconfig.json

tsconfig.json in Pay with Vipps and MobilePay for WooCommerce 5.4.0, at payment/src/Blocks/tsconfig.json

14 lines 251 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "compilerOptions": {
3 "jsx": "react-jsx",
4 "module": "ESNext",
5 "target": "ES6",
6 "strict": true,
7 "allowSyntheticDefaultImports": true,
8 "resolveJsonModule": true,
9 "moduleResolution": "node",
10 "allowJs": true,
11 "skipLibCheck": true
12 }
13 }
14