arcx
Version:
A lightweight, dependency-free fetch utility for APIs and React.
16 lines (14 loc) • 321 B
JSON
// 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"]
}