Update
This commit is contained in:
19
sdk/nodejs/tsconfig.json
generated
19
sdk/nodejs/tsconfig.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user