Skip to content

Instantly share code, notes, and snippets.

@missating
Last active September 17, 2018 09:08
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 missating/9fbecf95a3de90a9ae5c884b1fec70ab to your computer and use it in GitHub Desktop.
Save missating/9fbecf95a3de90a9ae5c884b1fec70ab to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"sourceMap": true,
"noImplicitAny": false,
"module": "commonjs",
"target": "es6",
"lib": [
"es2015",
"es2017",
"dom"
],
"removeComments": true,
"allowSyntheticDefaultImports": false,
"jsx": "react",
"allowJs": true,
"baseUrl": "./",
"paths": {
"components/*": [
"src/components/*"
],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment