Skip to content

Instantly share code, notes, and snippets.

@mateuszsokola
Last active October 11, 2017 19:51
Show Gist options
  • Save mateuszsokola/f6291dcfe30fa768564a76f02398ebc2 to your computer and use it in GitHub Desktop.
Save mateuszsokola/f6291dcfe30fa768564a76f02398ebc2 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "./target/",
"sourceMap": true,
"skipLibCheck": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es5",
"jsx": "react"
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment