mirror of
https://github.com/opentofu/get.opentofu.org.git
synced 2026-01-16 23:00:36 +00:00
* Fixes opentofu/opentofu#1131: Statically generated releases page Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Workflow Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Fixed workflow Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Fixing cloudflare build Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Fixing file layout for cf Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Pedantic: line endings Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Removed dist folder Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Fixed gitignore Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Fixed test directories Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> * Hopefully the last reorg fixes Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --------- Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"lib": ["esnext"],
|
|
"types": ["@cloudflare/workers-types"]
|
|
}
|
|
}
|