fix: remove "components" from tsconfig
This commit is contained in:
parent
18ad9528c0
commit
03d96d20e8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue