bunch of tweaks to get TS working
This commit is contained in:
parent
33c6ca723c
commit
0dbd89f21d
7 changed files with 424 additions and 22 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue