Skip to content

Instantly share code, notes, and snippets.

@8bitDesigner
Created December 8, 2018 01: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 8bitDesigner/ae1ea8e91f98bdf236d95becace7eabb to your computer and use it in GitHub Desktop.
Save 8bitDesigner/ae1ea8e91f98bdf236d95becace7eabb to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "src",
"target": "ESNext",
"module": "es6",
"checkJs": true,
"jsx": "react",
"moduleResolution": "node",
"lib": [
"ES2015",
"ES2016",
"ES2017",
"ESNext",
"dom"
]
},
"exclude": [
"node_modules",
"**/node_modules/*"
],
"include": [
"src/**/*"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment