From aab04bb1946224a6bc667c91e93d584b1fa46a89 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 7 Jan 2026 15:46:51 +0000 Subject: [PATCH] Fix import difficulties in typescript --- buf.gen.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 781063d..3fd568d 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -13,4 +13,5 @@ plugins: opt: - esModuleInterop=true - outputJsonMethods=true - - forceLong=string \ No newline at end of file + - forceLong=string + - importSuffix=.js \ No newline at end of file