Update root config

This commit is contained in:
Mathias Wagner
2024-07-30 16:06:46 +02:00
parent dfde038a9e
commit f200b8b1ea
2 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ export default [
}, },
{ {
ignores: [ ignores: [
"integrations" "integrations",
"docs"
], ],
} }
]; ];

View File

@ -18,7 +18,7 @@
"skipLibCheck": true, "skipLibCheck": true,
"typeRoots": ["./src/types/overrides"], "typeRoots": ["./src/types/overrides"],
}, },
"exclude": ["integrations"], "exclude": ["integrations", "docs"],
"ts-node": { "ts-node": {
"files": true "files": true
} }