bunch of tweaks to get TS working

This commit is contained in:
Erin 2023-07-28 07:48:01 -04:00
parent 33c6ca723c
commit 0dbd89f21d
7 changed files with 424 additions and 22 deletions

View file

@ -1,8 +1,12 @@
{
"name": "rollup-create-webext-config",
"version": "0.0.0",
"main": "index.mjs",
"main": "build/index.js",
"type": "module",
"devDependencies": {
"@types/chrome": "^0.0.242"
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/recommended": "^1.0.2",
"@types/chrome": "^0.0.242",
"rollup": "^3.26.3"
}
}