diff --git a/components/tsconfig.json b/components/tsconfig.json index eed10be..59e8ac6 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 f3bcd4c..0000000 --- a/js/.prettierrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "singleQuote": false, - "trailingComma": "all" -} diff --git a/react/tsconfig.json b/react/tsconfig.json index eed10be..23dcc8a 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",