Created
September 6, 2024 07:26
-
-
Save PCreations/7f89318f1066109dcd8225ec4f25b82a to your computer and use it in GitHub Desktop.
624676c921c5.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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