Files
pulumi-incus/sdk/nodejs/tsconfig.json

64 lines
1.3 KiB
JSON
Generated

{
"compilerOptions": {
"outDir": "bin",
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
},
"files": [
"certificate.ts",
"clusterGroup.ts",
"clusterGroupMember.ts",
"config/index.ts",
"config/vars.ts",
"getCluster.ts",
"getImage.ts",
"getInstance.ts",
"getNetwork.ts",
"getNetworkAcl.ts",
"getNetworkAddressSet.ts",
"getNetworkForward.ts",
"getNetworkIntegration.ts",
"getNetworkLoadBalancer.ts",
"getNetworkPeer.ts",
"getNetworkZone.ts",
"getProfile.ts",
"getProject.ts",
"getStorageBucket.ts",
"getStoragePool.ts",
"getStorageVolume.ts",
"image.ts",
"index.ts",
"instance.ts",
"instanceSnapshot.ts",
"network.ts",
"networkAcl.ts",
"networkAddressSet.ts",
"networkForward.ts",
"networkIntegration.ts",
"networkLoadBalancer.ts",
"networkPeer.ts",
"networkZone.ts",
"networkZoneRecord.ts",
"profile.ts",
"project.ts",
"provider.ts",
"server.ts",
"storageBucket.ts",
"storageBucketKey.ts",
"storagePool.ts",
"storageVolume.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts",
],
}