mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed types from include
types should be included by typeRoots and hence not result in errors of eslint (has to be monitored)
This commit is contained in:
parent
3872a052b6
commit
9b98a18597
@ -24,7 +24,7 @@
|
|||||||
"#root/*": ["./*"]
|
"#root/*": ["./*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "types"],
|
"include": ["src"],
|
||||||
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
|
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"./types",
|
"./types",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user