# woo-vipps/6.0.4/payment/src/Blocks/tsconfig.json

Pay with Vipps and MobilePay for WooCommerce, version 6.0.4. 14 lines.

- Page: https://pluginprobe.com/plugins/woo-vipps/6.0.4/code/payment/src/Blocks/tsconfig.json
- Raw: https://pluginprobe.com/plugins/woo-vipps/6.0.4/raw/payment/src/Blocks/tsconfig.json
- Modified: 2026-06-17T10:05:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/woo-vipps/6.0.4/code/payment/src/Blocks/tsconfig.json#L10-L20`.

```json
{
	"compilerOptions": {
		"jsx": "react-jsx",
		"module": "ESNext",
		"target": "ES6",
		"strict": true,
		"allowSyntheticDefaultImports": true,
		"resolveJsonModule": true,
		"moduleResolution": "node",
		"allowJs": true,
		"skipLibCheck": true
	}
}

```
