This commit is contained in:
2025-12-08 10:47:09 -05:00
parent 136b88ccdc
commit c4445aa92f
109 changed files with 9007 additions and 1219 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"outDir": "bin",
"target": "es2016",
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
@@ -15,18 +15,32 @@
"files": [
"certificate.ts",
"clusterGroup.ts",
"clusterGroupAssignment.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",
@@ -36,6 +50,7 @@
"profile.ts",
"project.ts",
"provider.ts",
"server.ts",
"storageBucket.ts",
"storageBucketKey.ts",
"storagePool.ts",