{ "compilerOptions": { "jsx": "react-jsx", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "esModuleInterop": true }, "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" } ] }