Skip to content

Commit

Permalink
chore: restore @chrome/types
Browse files Browse the repository at this point in the history
  • Loading branch information
camerow committed Dec 16, 2024
1 parent 50ab064 commit 2533000
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@
"blns": "2.0.4",
"browserslist": "4.23.0",
"chromatic": "11.4.1",
"chrome-types": "^0.1.325",
"chrome-webstore-upload-cli": "2.2.2",
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"types": ["vitest/globals", "chrome-types"]
"types": ["vitest/globals", "chrome"]
},
"include": ["./src/**/*", "./tests/**/*", "./scripts-ts/**/*", "leather-styles", "theme"],
"exclude": ["test-app"],
Expand Down

0 comments on commit 2533000

Please sign in to comment.