{
  "compilerOptions": {
    "outDir": "bin",
    "target": "ES2020",
    "module": "commonjs",
    "moduleResolution": "node",
    "declaration": true,
    "sourceMap": true,
    "stripInternal": true,
    "experimentalDecorators": true,
    "noFallthroughCasesInSwitch": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "noCheck": true
  },
  "files": [
    "config/index.ts",
    "config/vars.ts",
    "databaseBackup.ts",
    "databaseBackupSchedule.ts",
    "databaseCluster.ts",
    "databaseInstance.ts",
    "databaseUser.ts",
    "dbBackup.ts",
    "dbBackupSchedule.ts",
    "dbMongodb.ts",
    "dbMysql5.ts",
    "dbMysql8.ts",
    "dbPostgres.ts",
    "dbRedis.ts",
    "dnsRr.ts",
    "firewall.ts",
    "firewallRule.ts",
    "floatingIp.ts",
    "getConfigurator.ts",
    "getDatabaseCluster.ts",
    "getDatabasePreset.ts",
    "getDbPreset.ts",
    "getDnsZone.ts",
    "getFloatingIp.ts",
    "getImage.ts",
    "getK8sPreset.ts",
    "getLbPreset.ts",
    "getNetworkDrive.ts",
    "getNetworkDrivePreset.ts",
    "getOs.ts",
    "getPresets.ts",
    "getProjects.ts",
    "getS3Bucket.ts",
    "getS3Configurator.ts",
    "getS3Preset.ts",
    "getSoftware.ts",
    "getSshKeys.ts",
    "index.ts",
    "k8sCluster.ts",
    "k8sNodeGroup.ts",
    "lb.ts",
    "lbRule.ts",
    "networkDrive.ts",
    "project.ts",
    "provider.ts",
    "s3bucket.ts",
    "s3bucketDirectory.ts",
    "s3bucketFile.ts",
    "s3bucketSubdomain.ts",
    "server.ts",
    "serverDisk.ts",
    "serverDiskBackup.ts",
    "serverDiskBackupSchedule.ts",
    "serverIp.ts",
    "sshKey.ts",
    "types/index.ts",
    "types/input.ts",
    "types/output.ts",
    "utilities.ts",
    "vpc.ts"
  ]
}
