Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created August 18, 2020 10:40
Show Gist options
  • Save fredriccliver/90b678314668fe61889ed1719eb97c15 to your computer and use it in GitHub Desktop.
Save fredriccliver/90b678314668fe61889ed1719eb97c15 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "lib",
"sourceMap": true,
"strict": true,
"target": "es2017",
"watch": true
},
"compileOnSave": true,
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment