diff --git a/tsconfig.json b/tsconfig.json index 11d87e3..1789b82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,10 @@ ], "compilerOptions": { "baseUrl": ".", + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, + "jsx": "react-jsx", + "jsxImportSource": "react", "paths": { "@srx/assets": [ "src/assets" @@ -44,8 +48,6 @@ "@srx/styles/*": [ "src/styles/*" ] - }, - "jsx": "react-jsx", - "jsxImportSource": "react" + } } } \ No newline at end of file