diff --git a/package.json b/package.json index 7f13b48..e21c69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webext-detect", - "version": "5.3.0", + "version": "5.3.1", "description": "Detects where the current browser extension code is being run. Compatible with Firefox, Chrome and derivates.", "keywords": [ "background page", diff --git a/tsconfig.json b/tsconfig.json index f56e336..b45e8b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,8 @@ { "extends": "@sindresorhus/tsconfig", + "compilerOptions": { + "outDir": ".", + }, "files": [ "index.ts" ]