Skip to content

Commit

Permalink
add iobroker types globally
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Feb 17, 2024
1 parent b6485ee commit 456fb9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as network from "./network";
export * as translate from "./translate";
export * as util from "./util";
export * as util from "./util";
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

"outDir": "./build/",
"removeComments": false,
"types": [
"@iobroker/types",
"node",
"mocha"
],

// Avoid runtime imports that are unnecessary
// "importsNotUsedAsValues": "error",
Expand Down

0 comments on commit 456fb9d

Please sign in to comment.