Files
pulumi-dokploy/sdk/nodejs/tsconfig.json
Max Vojtkov bb3c15135b 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.
2026-08-08 15:28:16 +03:00

49 lines
1.1 KiB
JSON
Generated

{
"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"
]
}