Skip to content

Instantly share code, notes, and snippets.

@StephaneTrebel
Created August 11, 2017 07:49
Show Gist options
  • Save StephaneTrebel/27d17b1d21545b048feeaa47a3690645 to your computer and use it in GitHub Desktop.
Save StephaneTrebel/27d17b1d21545b048feeaa47a3690645 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"sourceMap": true,
"removeComments": true,
"lib": ["es2015", "dom"],
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"inlineSources": true
},
"include": [
"main.ts",
"misc/**/*.ts",
"models/**/*.ts",
"services/**/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment