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 fc0ac98..7df262c 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" },