Skip to content

Commit

Permalink
tweak tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Sep 9, 2024
1 parent 6214bc8 commit 72bbbdb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/types-public/typetest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"types": ["@iobroker/types"]
},
"include": [ "**/*"]
}
"extends": "../../../tsconfig.json",
"compilerOptions": {
"types": ["@iobroker/types", "node"]
},
"include": ["**/*"],
"exclude": []
}

0 comments on commit 72bbbdb

Please sign in to comment.