Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created September 6, 2024 07:26
Show Gist options
  • Save PCreations/7f89318f1066109dcd8225ec4f25b82a to your computer and use it in GitHub Desktop.
Save PCreations/7f89318f1066109dcd8225ec4f25b82a to your computer and use it in GitHub Desktop.
624676c921c5.diff
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,
"noImplicitAny": true,
"strictBindCallApply": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
+ "jsx": "react",
+ "jsxFactory": "elements.createElement",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment