From fd7dec9de4dc1d9496ecc475433e8350d0ed667c Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 24 Sep 2025 20:01:57 +0530 Subject: add bundler script --- tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b2f7bbe..8b58a5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,10 +16,12 @@ "isolatedModules": true, "forceConsistentCasingInFileNames": true, "types": [ - "firefox-webext-browser" + "firefox-webext-browser", + "node" ] }, "include": [ - "src" + "src", + "bundle.ts" ] } \ No newline at end of file -- cgit v1.2.3