From 396730d16ae93a719e2998111b7bdce58549438b Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 24 Nov 2023 10:28:39 +0100 Subject: [PATCH] Fix tsconfigs --- examples/react/custom-steps/tsconfig.dev.json | 12 ++++++++++++ examples/react/custom-steps/tsconfig.json | 13 ++++--------- examples/react/custom-styles/tsconfig.dev.json | 12 ++++++++++++ examples/react/custom-styles/tsconfig.json | 13 ++++--------- .../logarithmic-interpolator/tsconfig.dev.json | 12 ++++++++++++ .../react/logarithmic-interpolator/tsconfig.json | 13 ++++--------- examples/react/update-on-drag/tsconfig.dev.json | 12 ++++++++++++ examples/react/update-on-drag/tsconfig.json | 13 ++++--------- 8 files changed, 64 insertions(+), 36 deletions(-) create mode 100644 examples/react/custom-steps/tsconfig.dev.json create mode 100644 examples/react/custom-styles/tsconfig.dev.json create mode 100644 examples/react/logarithmic-interpolator/tsconfig.dev.json create mode 100644 examples/react/update-on-drag/tsconfig.dev.json diff --git a/examples/react/custom-steps/tsconfig.dev.json b/examples/react/custom-steps/tsconfig.dev.json new file mode 100644 index 0000000..c09bc86 --- /dev/null +++ b/examples/react/custom-steps/tsconfig.dev.json @@ -0,0 +1,12 @@ +{ + "composite": true, + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./build/types" + }, + "files": ["src/main.tsx"], + "include": [ + "src" + // "__tests__/**/*.test.*" + ] +} diff --git a/examples/react/custom-steps/tsconfig.json b/examples/react/custom-steps/tsconfig.json index c09bc86..0453a66 100644 --- a/examples/react/custom-steps/tsconfig.json +++ b/examples/react/custom-steps/tsconfig.json @@ -1,12 +1,7 @@ { - "composite": true, - "extends": "../../../tsconfig.base.json", "compilerOptions": { - "outDir": "./build/types" - }, - "files": ["src/main.tsx"], - "include": [ - "src" - // "__tests__/**/*.test.*" - ] + "strict": true, + "esModuleInterop": true, + "jsx": "react" + } } diff --git a/examples/react/custom-styles/tsconfig.dev.json b/examples/react/custom-styles/tsconfig.dev.json new file mode 100644 index 0000000..c09bc86 --- /dev/null +++ b/examples/react/custom-styles/tsconfig.dev.json @@ -0,0 +1,12 @@ +{ + "composite": true, + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./build/types" + }, + "files": ["src/main.tsx"], + "include": [ + "src" + // "__tests__/**/*.test.*" + ] +} diff --git a/examples/react/custom-styles/tsconfig.json b/examples/react/custom-styles/tsconfig.json index c09bc86..0453a66 100644 --- a/examples/react/custom-styles/tsconfig.json +++ b/examples/react/custom-styles/tsconfig.json @@ -1,12 +1,7 @@ { - "composite": true, - "extends": "../../../tsconfig.base.json", "compilerOptions": { - "outDir": "./build/types" - }, - "files": ["src/main.tsx"], - "include": [ - "src" - // "__tests__/**/*.test.*" - ] + "strict": true, + "esModuleInterop": true, + "jsx": "react" + } } diff --git a/examples/react/logarithmic-interpolator/tsconfig.dev.json b/examples/react/logarithmic-interpolator/tsconfig.dev.json new file mode 100644 index 0000000..c09bc86 --- /dev/null +++ b/examples/react/logarithmic-interpolator/tsconfig.dev.json @@ -0,0 +1,12 @@ +{ + "composite": true, + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./build/types" + }, + "files": ["src/main.tsx"], + "include": [ + "src" + // "__tests__/**/*.test.*" + ] +} diff --git a/examples/react/logarithmic-interpolator/tsconfig.json b/examples/react/logarithmic-interpolator/tsconfig.json index c09bc86..0453a66 100644 --- a/examples/react/logarithmic-interpolator/tsconfig.json +++ b/examples/react/logarithmic-interpolator/tsconfig.json @@ -1,12 +1,7 @@ { - "composite": true, - "extends": "../../../tsconfig.base.json", "compilerOptions": { - "outDir": "./build/types" - }, - "files": ["src/main.tsx"], - "include": [ - "src" - // "__tests__/**/*.test.*" - ] + "strict": true, + "esModuleInterop": true, + "jsx": "react" + } } diff --git a/examples/react/update-on-drag/tsconfig.dev.json b/examples/react/update-on-drag/tsconfig.dev.json new file mode 100644 index 0000000..c09bc86 --- /dev/null +++ b/examples/react/update-on-drag/tsconfig.dev.json @@ -0,0 +1,12 @@ +{ + "composite": true, + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "./build/types" + }, + "files": ["src/main.tsx"], + "include": [ + "src" + // "__tests__/**/*.test.*" + ] +} diff --git a/examples/react/update-on-drag/tsconfig.json b/examples/react/update-on-drag/tsconfig.json index c09bc86..0453a66 100644 --- a/examples/react/update-on-drag/tsconfig.json +++ b/examples/react/update-on-drag/tsconfig.json @@ -1,12 +1,7 @@ { - "composite": true, - "extends": "../../../tsconfig.base.json", "compilerOptions": { - "outDir": "./build/types" - }, - "files": ["src/main.tsx"], - "include": [ - "src" - // "__tests__/**/*.test.*" - ] + "strict": true, + "esModuleInterop": true, + "jsx": "react" + } }