From fe9592e1b3d22c3cb89fd821a8de9bd7be694b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 22 Jul 2026 14:08:03 +0200 Subject: [PATCH] IBX-12116: Removed ibexa.tsconfig.json in favor of autogenerated --- ibexa.tsconfig.json | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 ibexa.tsconfig.json diff --git a/ibexa.tsconfig.json b/ibexa.tsconfig.json deleted file mode 100644 index ad45c07..0000000 --- a/ibexa.tsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "extends": "@ibexa/ts-config", - "include": [ - "src/bundle/**/*.ts", - "src/bundle/**/*.tsx" - ] -} diff --git a/package.json b/package.json index 1fbe50f..2838935 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": {}, "devDependencies": { "@ibexa/eslint-config": "https://github.com/ibexa/eslint-config-ibexa.git#~v2.0.0", - "@ibexa/ts-config": "https://github.com/ibexa/ts-config-ibexa#~v1.1.0", + "@ibexa/ts-config": "https://github.com/ibexa/ts-config-ibexa#~v2.0.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2" },