Setting the file. One moment.
Skill 14 · Clerk React Patterns
Subchapter 14.9
Assets
IndexAlso bundled
Evalstemplates/react-basic-auth/tsconfig.json
JSON12 lines234 B
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}