blob: 94fb638cafb209110c61325f80eddc87fb299b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"title": "Mullvad VPN",
"source": "./app",
"destination": "./docs",
"test": {
"type": "mocha",
"source": "./test"
},
"experimentalProposal": {
"classProperties": true,
"objectRestSpread": true,
"doExpressions": true,
"functionBind": true,
"functionSent": true,
"asyncGenerators": true,
"decorators": true,
"exportExtensions": true,
"dynamicImport": true
}
}
|