get.opentofu.org/functions/tsconfig.json
Janos 17215be18f
Fixes opentofu/opentofu#1131: Statically generated releases page (#25)
* 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>
2024-05-17 16:49:29 +02:00

9 lines
181 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "nodenext",
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"]
}
}