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