From 88eb6c88b4e76cb773941b80ce86ac800f90f621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 1 Jul 2026 17:27:00 +0200 Subject: [PATCH] Changed generated tsconfig file to tsconfig.ibexa.json --- ibexa/commerce/6.0/encore/ibexa.tsconfig.json | 14 -------------- ibexa/commerce/6.0/encore/tsconfig.json | 6 ++++++ ibexa/experience/6.0/encore/ibexa.tsconfig.json | 14 -------------- ibexa/experience/6.0/encore/tsconfig.json | 6 ++++++ ibexa/headless/5.0/encore/ibexa.tsconfig.json | 14 -------------- ibexa/headless/5.0/encore/tsconfig.json | 6 ++++++ ibexa/oss/6.0/encore/ibexa.tsconfig.json | 14 -------------- ibexa/oss/6.0/encore/tsconfig.json | 6 ++++++ 8 files changed, 24 insertions(+), 56 deletions(-) delete mode 100644 ibexa/commerce/6.0/encore/ibexa.tsconfig.json create mode 100644 ibexa/commerce/6.0/encore/tsconfig.json delete mode 100644 ibexa/experience/6.0/encore/ibexa.tsconfig.json create mode 100644 ibexa/experience/6.0/encore/tsconfig.json delete mode 100644 ibexa/headless/5.0/encore/ibexa.tsconfig.json create mode 100644 ibexa/headless/5.0/encore/tsconfig.json delete mode 100644 ibexa/oss/6.0/encore/ibexa.tsconfig.json create mode 100644 ibexa/oss/6.0/encore/tsconfig.json diff --git a/ibexa/commerce/6.0/encore/ibexa.tsconfig.json b/ibexa/commerce/6.0/encore/ibexa.tsconfig.json deleted file mode 100644 index 353f046f..00000000 --- a/ibexa/commerce/6.0/encore/ibexa.tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "@ibexa/ts-config", - "include": [ - "vendor/ibexa/**/*" - ], - "exclude": [ - "vendor/ibexa/**/node_modules/**/*", - "vendor/ibexa/**/vendors/**/*", - "vendor/ibexa/**/vendor/**/*" - ], - "compilerOptions": { - "paths": {} - } -} diff --git a/ibexa/commerce/6.0/encore/tsconfig.json b/ibexa/commerce/6.0/encore/tsconfig.json new file mode 100644 index 00000000..e6032b12 --- /dev/null +++ b/ibexa/commerce/6.0/encore/tsconfig.json @@ -0,0 +1,6 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.ibexa.json" } + ] +} diff --git a/ibexa/experience/6.0/encore/ibexa.tsconfig.json b/ibexa/experience/6.0/encore/ibexa.tsconfig.json deleted file mode 100644 index 353f046f..00000000 --- a/ibexa/experience/6.0/encore/ibexa.tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "@ibexa/ts-config", - "include": [ - "vendor/ibexa/**/*" - ], - "exclude": [ - "vendor/ibexa/**/node_modules/**/*", - "vendor/ibexa/**/vendors/**/*", - "vendor/ibexa/**/vendor/**/*" - ], - "compilerOptions": { - "paths": {} - } -} diff --git a/ibexa/experience/6.0/encore/tsconfig.json b/ibexa/experience/6.0/encore/tsconfig.json new file mode 100644 index 00000000..e6032b12 --- /dev/null +++ b/ibexa/experience/6.0/encore/tsconfig.json @@ -0,0 +1,6 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.ibexa.json" } + ] +} diff --git a/ibexa/headless/5.0/encore/ibexa.tsconfig.json b/ibexa/headless/5.0/encore/ibexa.tsconfig.json deleted file mode 100644 index 353f046f..00000000 --- a/ibexa/headless/5.0/encore/ibexa.tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "@ibexa/ts-config", - "include": [ - "vendor/ibexa/**/*" - ], - "exclude": [ - "vendor/ibexa/**/node_modules/**/*", - "vendor/ibexa/**/vendors/**/*", - "vendor/ibexa/**/vendor/**/*" - ], - "compilerOptions": { - "paths": {} - } -} diff --git a/ibexa/headless/5.0/encore/tsconfig.json b/ibexa/headless/5.0/encore/tsconfig.json new file mode 100644 index 00000000..e6032b12 --- /dev/null +++ b/ibexa/headless/5.0/encore/tsconfig.json @@ -0,0 +1,6 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.ibexa.json" } + ] +} diff --git a/ibexa/oss/6.0/encore/ibexa.tsconfig.json b/ibexa/oss/6.0/encore/ibexa.tsconfig.json deleted file mode 100644 index 353f046f..00000000 --- a/ibexa/oss/6.0/encore/ibexa.tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "@ibexa/ts-config", - "include": [ - "vendor/ibexa/**/*" - ], - "exclude": [ - "vendor/ibexa/**/node_modules/**/*", - "vendor/ibexa/**/vendors/**/*", - "vendor/ibexa/**/vendor/**/*" - ], - "compilerOptions": { - "paths": {} - } -} diff --git a/ibexa/oss/6.0/encore/tsconfig.json b/ibexa/oss/6.0/encore/tsconfig.json new file mode 100644 index 00000000..e6032b12 --- /dev/null +++ b/ibexa/oss/6.0/encore/tsconfig.json @@ -0,0 +1,6 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.ibexa.json" } + ] +}