vantage / apps /web /tsconfig.json
sourabh gupta
feat(web): scaffold Phase 10.0 React client application with Gartner brand design
a5d0f2e
Raw
History Blame Contribute Delete
565 Bytes
Invalid JSON:Expected double-quoted property name in JSONat line 9, column 5
{
"compilerOptions": {
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2022"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
}