Skip to content

Commit

Permalink
Converted files to .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Nov 29, 2023
1 parent 80b0a6f commit 910e05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/metamask-snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"serve": "mm-snap serve",
"start": "mm-snap watch",
"test": "yarn test:lib && yarn test:snap",
"test:lib": "jest --config ./jest.config.lib.js",
"test:lib": "jest --config ./jest.config.lib.ts",
"test:snap": "jest --config ./jest.config.snap.js"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/proto/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noImplicitAny": false,
"esModuleInterop": true,
"moduleResolution": "node",
"lib": ["ES2020"]
"lib": ["ES2020"],
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 910e05a

Please sign in to comment.