Skip to content

Instantly share code, notes, and snippets.

@Zjaaspoer
Created October 5, 2017 09:00
Show Gist options
  • Save Zjaaspoer/11b8c0c337a673fc17ce38458b0b5b2c to your computer and use it in GitHub Desktop.
Save Zjaaspoer/11b8c0c337a673fc17ce38458b0b5b2c to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"removeComments": true,
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"target": "es2015"
},
"exclude": [
"node_modules"
],
"include": [
"**/*.d.ts",
"**/*.ts"
],
"typeRoots": [
"@typesCustom",
"node_modules/@types"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment