Browse
For agents
About
Pay with Vipps and MobilePay for WooCommerce
/
trunk
Pay with Vipps and MobilePay for WooCommerce
vtrunk
Switch version
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
1.10.0
All 182 releases
Overview
Code
woo-vipps
/
payment
/
src
/
admin
/
settings
/
tsconfig.node.json
tsconfig.node.json
in Pay with Vipps and MobilePay for WooCommerce trunk, at payment/src/admin/settings/tsconfig.node.json
11 lines
213 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
{
2
"
compilerOptions
"
:
{
3
"
composite
"
:
true
,
4
"
skipLibCheck
"
:
true
,
5
"
module
"
:
"
ESNext
"
,
6
"
moduleResolution
"
:
"
bundler
"
,
7
"
allowSyntheticDefaultImports
"
:
true
8
}
,
9
"
include
"
:
[
"
vite.config.ts
"
]
10
}
11