From c868954d5ef96ec66d278c0f737f4320e76814bb Mon Sep 17 00:00:00 2001 From: Cole Chrzan Date: Tue, 4 Feb 2025 10:22:38 -0500 Subject: [PATCH] match tsconfigs --- components/tsconfig.json | 2 +- js/.prettierrc | 4 ---- react/tsconfig.json | 3 +-- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 js/.prettierrc diff --git a/components/tsconfig.json b/components/tsconfig.json index eed10be3..59e8ac6a 100644 --- a/components/tsconfig.json +++ b/components/tsconfig.json @@ -4,7 +4,7 @@ "declaration": true, "declarationMap": false, "esModuleInterop": true, - "isolatedModules": true, + "isolatedModules": false, "jsx": "react-jsx", "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", diff --git a/js/.prettierrc b/js/.prettierrc deleted file mode 100644 index f3bcd4c9..00000000 --- a/js/.prettierrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "singleQuote": false, - "trailingComma": "all" -} diff --git a/react/tsconfig.json b/react/tsconfig.json index eed10be3..23dcc8a8 100644 --- a/react/tsconfig.json +++ b/react/tsconfig.json @@ -4,7 +4,7 @@ "declaration": true, "declarationMap": false, "esModuleInterop": true, - "isolatedModules": true, + "isolatedModules": false, "jsx": "react-jsx", "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", @@ -13,7 +13,6 @@ "noUnusedLocals": false, "noUnusedParameters": false, "outDir": "./dist", - "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "target": "ES2020",