From d9990892dc84bf79d3f1b9dc59389e0e3453bf90 Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 1 Aug 2025 13:10:36 +0200 Subject: [PATCH] revert/tsconfig.json change --- .../react-shared-libraries/tsconfig.json | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libraries/react-shared-libraries/tsconfig.json b/libraries/react-shared-libraries/tsconfig.json index 9c8f6aca..d39ef81a 100644 --- a/libraries/react-shared-libraries/tsconfig.json +++ b/libraries/react-shared-libraries/tsconfig.json @@ -1,18 +1,19 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "react-jsx", - "module": "esnext", - "target": "esnext", - "lib": ["dom", "esnext"], + "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "strict": true, - "noEmit": true + "noImplicitOverride": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true }, - "include": ["src"], - "exclude": ["node_modules", "dist"] -} + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + } + ] +} \ No newline at end of file