UNPKG

arcx

Version:

A lightweight, dependency-free fetch utility for APIs and React.

16 lines (14 loc) 321 B
// tsconfig.json { "compilerOptions": { "rootDir": "src", "strict": true, "target": "ESNext", "moduleResolution": "Node", "jsx": "react-jsx", // Speeds up compilation; recommended best practice: "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src"] }