Created
April 25, 2022 10:54
-
-
Save petrosDemetrakopoulos/f519e196f6c8521a44384c8feb647937 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Show hidden characters
{ | |
"compilerOptions": { | |
"target": "es5", | |
"types": [ | |
"node", | |
"jest" | |
], | |
"lib": [ | |
"dom", | |
"dom.iterable", | |
"esnext" | |
], | |
"allowJs": true, | |
"skipLibCheck": true, | |
"esModuleInterop": true, | |
"allowSyntheticDefaultImports": true, | |
"strict": false, | |
"forceConsistentCasingInFileNames": true, | |
"noFallthroughCasesInSwitch": true, | |
"module": "esnext", | |
"moduleResolution": "node", | |
"resolveJsonModule": true, | |
"isolatedModules": true, | |
"noEmit": true, | |
"jsx": "react-jsx" | |
}, | |
"include": [ | |
"src/**/*", | |
"src/*" | |
, "babel.config.js" ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment