Skip to content

Commit

Permalink
chore: basic support for running tests in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Nov 20, 2023
1 parent a0155f5 commit 289600d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
"resolutions": {
"@types/express-serve-static-core": "4.17.38"
},
"jest": {
"projects": [
"<rootDir>/packages/*",
"<rootDir>/modules/*"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/accounts-js",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"declaration": true,
"pretty": true,
"strict": true,
"esModuleInterop": true
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}

0 comments on commit 289600d

Please sign in to comment.