Skip to content

Commit

Permalink
port to @iobroker/types
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Dec 4, 2023
1 parent 8ad5402 commit e77afd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ See here: https://github.com/ioBroker/ioBroker.vis-2-widgets-react-template
-->

## Changelog
### **WORK IN PROGRESS**
* (foxriver76) port to `@iobroker/types`

### 1.0.1 (2023-11-07)
* (bluefox) Corrected error in deleteFoldersRecursive

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@mui/styles": "5.14.19",
"@sentry/browser": "^7.77.0",
"@sentry/integrations": "^7.77.0",
"@types/iobroker": "^4.0.5",
"node-dir": "^0.1.17",
"acorn": "^8.11.2",
"acorn-jsx": "^5.3.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
"types": ["@iobroker/types"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"resolveJsonModule": true,
Expand Down

0 comments on commit e77afd4

Please sign in to comment.