Files
Jabberwocky238 c45b436b12
Deploy to GitHub Pages / build (push) Failing after 1m59s
Deploy to GitHub Pages / deploy (push) Has been skipped
i
2026-07-05 21:43:51 -04:00

21 lines
423 B
JSON

{
"compilerOptions": {
"lib": ["DOM", "ES2020"],
"jsx": "react-jsx",
"target": "ES2020",
"noEmit": true,
"skipLibCheck": true,
"useDefineForClassFields": true,
/* modules */
"resolveJsonModule": true,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
/* type checking */
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["src"]
}