aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-09-24 20:01:57 +0530
committerBobby <[email protected]>2025-09-24 20:01:57 +0530
commitfd7dec9de4dc1d9496ecc475433e8350d0ed667c (patch)
tree81473b8de758f9fb9c772a84be59873c74af7bac /tsconfig.json
parentc2d3c104987e35aa3d124d7c358d98ea17771a82 (diff)
downloadthunderbird-ai-compose-fd7dec9de4dc1d9496ecc475433e8350d0ed667c.tar.xz
thunderbird-ai-compose-fd7dec9de4dc1d9496ecc475433e8350d0ed667c.zip
add bundler script
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 4 insertions, 2 deletions
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