fix: remove "components" from tsconfig
This commit is contained in:
parent
08e1162ff1
commit
e2c9a266c9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"include": ["src", "components", "content-types.d.ts"],
|
||||
"include": ["src", "content-types.d.ts"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"module": "ES2020",
|
||||
|
|
Loading…
Reference in a new issue