Skip to content

Commit

Permalink
Merge pull request #1355 from danielpeintner/follow-up-pr-1335
Browse files Browse the repository at this point in the history
Follow-up for PR 1335
  • Loading branch information
relu91 authored Feb 26, 2025
2 parents 54d76fd + 06de212 commit 6cbbdb3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 10 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/chai-as-promised": "^7.1.4",
"@types/chai-spies": "^1.0.4",
"@types/mocha": "^9.0.0",
"@types/node": "22.13.1",
"@types/node": "^18.19.76",
"@types/readable-stream": "^4.0.15",
"@types/sinon": "10.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand Down
4 changes: 1 addition & 3 deletions packages/binding-opcua/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,
"module": "Node16",
"moduleResolution": "Node16"
"skipLibCheck": true
},
"include": ["./src/**/*"],
"references": [{ "path": "../td-tools" }, { "path": "../core" }]
Expand Down

0 comments on commit 6cbbdb3

Please sign in to comment.