From 9c16c03326f34bc8b70be9cbc4db6a2a0bee86da Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Wed, 2 Jul 2025 21:04:44 -0600 Subject: [PATCH] Create tsconfig.json --- apps/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/tsconfig.json diff --git a/apps/tsconfig.json b/apps/tsconfig.json new file mode 100644 index 000000000..5f652dff0 --- /dev/null +++ b/apps/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "ESNext", + "moduleResolution": "bundler" + } +}