style: format with tabs
This commit is contained in:
122
sdk/nodejs/tsconfig.json
generated
122
sdk/nodejs/tsconfig.json
generated
@@ -1,63 +1,63 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
"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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user