diff options
| author | Bobby <[email protected]> | 2025-09-24 20:01:57 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-09-24 20:01:57 +0530 |
| commit | fd7dec9de4dc1d9496ecc475433e8350d0ed667c (patch) | |
| tree | 81473b8de758f9fb9c772a84be59873c74af7bac /tsconfig.json | |
| parent | c2d3c104987e35aa3d124d7c358d98ea17771a82 (diff) | |
| download | thunderbird-ai-compose-fd7dec9de4dc1d9496ecc475433e8350d0ed667c.tar.xz thunderbird-ai-compose-fd7dec9de4dc1d9496ecc475433e8350d0ed667c.zip | |
add bundler script
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
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 |
