{ "compilerOptions": { "target": "ES6", "allowSyntheticDefaultImports": true, "lib": ["dom", "dom.iterable", "esnext"], "strict": true, "module": "ES2015", "moduleResolution": "node", "jsx": "react-jsx", "baseUrl": ".", "paths": { "~/*": ["./src/*"] }, "types": ["jest", "@testing-library/jest-dom"] } }