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:
Ulf Gebhardt 2024-11-24 04:15:53 +01:00
parent 3872a052b6
commit 9b98a18597
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -24,7 +24,7 @@
"#root/*": ["./*"]
}
},
"include": ["src", "types"],
"include": ["src"],
"exclude": ["node_modules", "dist", "example", "rollup.config.mjss"],
"typeRoots": [
"./types",