Skip to content

Commit

Permalink
adjust test node module
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Oct 4, 2024
1 parent 2aeee90 commit ce10e51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/node-opcua-crypto-test/tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"target": "es2020",
"esModuleInterop": true,
"skipLibCheck": false,
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"module": "NodeNext",
"sourceMap": true,
"strict": true,
"listFiles": false,
Expand Down

0 comments on commit ce10e51

Please sign in to comment.