web/tsconfig.json
212 B · sha256:91ba7e828d0e363c6e8addc8f7d3ca83f018a242487c1f6726a8b47ce85ae0a4
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true
}
}