From 961dbd5215f0a52b866f69a5f9f4bd7565f4d38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 22 Jul 2026 14:08:02 +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 a9f2480..4ed02bf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,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" },