Skip to content

Commit

Permalink
init migration to manifest v3 + react
Browse files Browse the repository at this point in the history
  • Loading branch information
samodovdi committed Dec 29, 2024
1 parent 3079910 commit c05018b
Show file tree
Hide file tree
Showing 84 changed files with 13,062 additions and 1,329 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ bower_components
*.orig
keys.json
.vscode
.tscache
.yarn
.env
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
136 changes: 0 additions & 136 deletions Gruntfile.js

This file was deleted.

4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
};
Loading

0 comments on commit c05018b

Please sign in to comment.