From 07082fd7846d5d12c6c06dcb9d6265237441b504 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:26:32 +0000 Subject: [PATCH] Add tsconfig.json Add TypeScript configuration --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..2cb65ec --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "@start9labs/start-sdk/tsconfig.base.json", + "include": ["startos/**/*.ts", "node_modules/**/startos"] +} \ No newline at end of file