GUACAMOLE-1931: Add configuration option to allow overwriting typescript files.

This commit is contained in:
James Muehlner
2024-03-28 21:53:29 +00:00
parent 5a135f3361
commit f5fa04d331
4 changed files with 19 additions and 0 deletions

View File

@@ -122,6 +122,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},

View File

@@ -140,6 +140,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},

View File

@@ -122,6 +122,11 @@
"name" : "create-typescript-path",
"type" : "BOOLEAN",
"options" : [ "true" ]
},
{
"name" : "typescript-write-existing",
"type" : "BOOLEAN",
"options" : [ "true" ]
}
]
},