mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
17 lines
488 B
JSON
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"
|
|
}
|
|
}
|