Files
pulumi-incus/sdk/nodejs/tsconfig.json
2025-04-24 21:09:04 -04:00

50 lines
1.2 KiB
JSON
Generated

{
"compilerOptions": {
"outDir": "bin",
"target": "es2016",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"stripInternal": true,
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"files": [
"certificate.ts",
"clusterGroup.ts",
"clusterGroupAssignment.ts",
"config/index.ts",
"config/vars.ts",
"getImage.ts",
"getProfile.ts",
"getProject.ts",
"image.ts",
"index.ts",
"instance.ts",
"instanceSnapshot.ts",
"network.ts",
"networkAcl.ts",
"networkForward.ts",
"networkIntegration.ts",
"networkLb.ts",
"networkLoadBalancer.ts",
"networkPeer.ts",
"networkZone.ts",
"networkZoneRecord.ts",
"profile.ts",
"project.ts",
"provider.ts",
"storageBucket.ts",
"storageBucketKey.ts",
"storagePool.ts",
"storageVolume.ts",
"types/index.ts",
"types/input.ts",
"types/output.ts",
"utilities.ts"
]
}