Setting the file. One moment.
Chapter 13 · Clerk Chrome Extension Patterns
Subchapter 13.7
templates/chrome-ext-basic-auth/tsconfig.json
JSON9 lines163 B
{
"compilerOptions": {
"strict": true,
"target": "ES2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"lib": ["ES2022", "DOM"]
}
}