{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx", "strict": true, "paths": { "@babel/*": ["./node_modules/@babel/*"] } }, "include": ["src"] }