chore(extension): use separate package.json (#778)

This commit is contained in:
Yury Semikhatsky
2025-07-28 17:16:08 -07:00
committed by GitHub
parent 9b5f97b076
commit 903c857f19
7 changed files with 1617 additions and 1646 deletions

View File

@@ -8,6 +8,7 @@
"rootDir": "src",
"outDir": "./lib",
"resolveJsonModule": true,
"types": ["chrome"],
"jsx": "react-jsx",
"jsxImportSource": "react",
"noEmit": true,