Skip to content

Instantly share code, notes, and snippets.

@ferdiunal
Created April 28, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferdiunal/34db7ff2568422c70f62621e6a75d46c to your computer and use it in GitHub Desktop.
Save ferdiunal/34db7ff2568422c70f62621e6a75d46c to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": [
"*"
]
},
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": false,
"jsx": "react",
"lib": [
"dom",
"es2017"
],
"skipLibCheck": true,
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "esnext",
"noImplicitAny": true,
"noImplicitReturns": true
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment