mirror of https://github.com/pulumi/pulumi.git
12 lines
303 B
JSON
12 lines
303 B
JSON
|
{
|
||
|
"name": "compiler_options",
|
||
|
"license": "Apache-2.0",
|
||
|
"peerDependencies": {
|
||
|
"@pulumi/pulumi": "^3.0.0"
|
||
|
},
|
||
|
"//": "Force an old version of @types/node that doesn't have a declaration of `Array.prototype.includes`",
|
||
|
"resolutions": {
|
||
|
"@types/node": "4.0.29"
|
||
|
}
|
||
|
}
|