From 579440597427b01860d16c8eaaacc4f815668710 Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Tue, 25 Feb 2025 21:27:10 +0000
Subject: [PATCH] feat(cli): absolute path support for -d flag (#1756)
---
tsconfig.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index df6e2dd..784ab23 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
"experimentalDecorators": true,
"module": "esnext",
"target": "esnext",
- "moduleResolution": "bundler",
+ "moduleResolution": "node",
"strict": true,
"incremental": true,
"resolveJsonModule": true,
--
Gitblit v1.10.0