Skip to content

Commit

Permalink
test: change
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 19, 2024
1 parent 6fb1c76 commit a9690b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"composite": true /* Enable constraints that allow a TypeScript project to be used with project references. */,
"target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"module": "NodeNext" /* Specify what module code is generated. */,
"moduleResolution": "NodeNext" /* Specify how TypeScript looks up a file from a given module specifier. */,
"module": "ESNext" /* Specify what module code is generated. */,
"moduleResolution": "Bundler" /* Specify how TypeScript looks up a file from a given module specifier. */,
"types": [
"jest"
] /* Specify type package names to be included without being referenced in a source file. */,
Expand Down

0 comments on commit a9690b1

Please sign in to comment.