Bridge terraform-provider-dokploy into a Pulumi provider
18 resources and 5 data sources mapped into the dokploy:index module, with SDKs generated for TypeScript, Python, Go and .NET.
This commit is contained in:
48
sdk/nodejs/tsconfig.json
generated
Normal file
48
sdk/nodejs/tsconfig.json
generated
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "bin",
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"stripInternal": true,
|
||||
"experimentalDecorators": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true
|
||||
},
|
||||
"files": [
|
||||
"application.ts",
|
||||
"certificate.ts",
|
||||
"compose.ts",
|
||||
"config/index.ts",
|
||||
"config/vars.ts",
|
||||
"destination.ts",
|
||||
"domain.ts",
|
||||
"environment.ts",
|
||||
"getApplication.ts",
|
||||
"getEnvironment.ts",
|
||||
"getProject.ts",
|
||||
"getProjects.ts",
|
||||
"getServers.ts",
|
||||
"index.ts",
|
||||
"mariaDb.ts",
|
||||
"mongo.ts",
|
||||
"mount.ts",
|
||||
"mySql.ts",
|
||||
"port.ts",
|
||||
"postgres.ts",
|
||||
"project.ts",
|
||||
"provider.ts",
|
||||
"redirect.ts",
|
||||
"redis.ts",
|
||||
"registry.ts",
|
||||
"security.ts",
|
||||
"sshKey.ts",
|
||||
"types/index.ts",
|
||||
"types/input.ts",
|
||||
"types/output.ts",
|
||||
"utilities.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user