diff options
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 |
