Skip to content

Commit

Permalink
fix 1 TS error/issue OpenEnergyDashboard#990
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Aug 25, 2023
1 parent f62409c commit a5facab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,11 @@
"noImplicitAny": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"typeRoots": [
"./node_modules/@types",
"./src/client/app/types"
]
},
"include": [
"./src/client/app/**/*"
],
"exclude": [
"node_modules"
]
}
}

0 comments on commit a5facab

Please sign in to comment.