grantforge-api / frontend-react /tsconfig.json
GrantForge Bot
Deploy to Hugging Face
afd56bc
Invalid JSON:Expected double-quoted property name in JSONat line 9, column 5
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"types": ["node", "vite/client"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}