Skip to content

Commit

Permalink
removed types from include
Browse files Browse the repository at this point in the history
types should be included by typeRoots and hence not result in errors of
eslint (has to be monitored)
  • Loading branch information
ulfgebhardt committed Nov 24, 2024
1 parent 3872a05 commit 9b98a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"#root/*": ["./*"]
}
},
"include": ["src", "types"],
"include": ["src"],
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
"typeRoots": [
"./types",
Expand Down

0 comments on commit 9b98a18

Please sign in to comment.