{ "compilerOptions": { "target": "ESNext", "module": "Preserve", "moduleResolution": "bundler", "jsx": "react-jsx", "allowJs": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"] } }, "exclude": ["dist", "node_modules"] }