summaryrefslogtreecommitdiffhomepage
path: root/cloud/resource/tsconfig.json
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-30 00:58:22 -0400
committerDax Raad <[email protected]>2025-08-30 00:58:22 -0400
commitf821b555140cc41f68c7c034bb82ae0cb07d7321 (patch)
tree1f7f5b7d6534f02809bdded6ab311603930cfa0e /cloud/resource/tsconfig.json
parent37f284f9a97d3354143d64fc76c2eb9f7d9ccf9e (diff)
downloadopencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.tar.gz
opencode-f821b555140cc41f68c7c034bb82ae0cb07d7321.zip
ignore: cloud resource
Diffstat (limited to 'cloud/resource/tsconfig.json')
-rw-r--r--cloud/resource/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/cloud/resource/tsconfig.json b/cloud/resource/tsconfig.json
new file mode 100644
index 000000000..829dbad01
--- /dev/null
+++ b/cloud/resource/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "$schema": "https://json.schemastore.org/tsconfig",
+ "extends": "@tsconfig/node22/tsconfig.json",
+ "compilerOptions": {
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "types": [
+ "@cloudflare/workers-types",
+ "node"
+ ]
+ }
+}