rallly/packages/tsconfig/react.json
2025-01-15 10:33:26 +00:00

17 lines
488 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Next.js",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"noPropertyAccessFromIndexSignature": false,
"exactOptionalPropertyTypes": false,
"noUncheckedIndexedAccess": false,
"noImplicitReturns": false,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"strictNullChecks": true,
"lib": ["dom", "dom.iterable", "esnext"],
"jsx": "react-jsx"
}
}