fix: remove "components" from tsconfig

This commit is contained in:
bholmesdev 2023-02-10 09:00:12 -05:00
parent 18ad9528c0
commit 03d96d20e8

View file

@ -1,6 +1,6 @@
{ {
"extends": "../../../tsconfig.base.json", "extends": "../../../tsconfig.base.json",
"include": ["src", "components", "content-types.d.ts"], "include": ["src", "content-types.d.ts"],
"compilerOptions": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"module": "ES2020", "module": "ES2020",