gridloc / tsconfig.json
lassanmonster's picture
GridLoc: Bengaluru parking congestion digital twin
db3dbe1
Raw
History Blame Contribute Delete
330 Bytes
{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ES2022",
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"skipLibCheck": true,
"strictNullChecks": true,
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
}
}