Skip to content

Instantly share code, notes, and snippets.

@xpsteven
Created October 2, 2017 03:37
Show Gist options
  • Save xpsteven/08a54cec7a3d9b910ba3d48825ac3f0d to your computer and use it in GitHub Desktop.
Save xpsteven/08a54cec7a3d9b910ba3d48825ac3f0d to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"outDir": "build",
"target": "ES5",
"lib": ["es2015", "es5"],
"module": "commonjs",
"moduleResolution": "node",
"allowJs": false,
"declaration": true,
"removeComments": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
// "noEmit": true,
"noFallthroughCasesInSwitch": true,
"sourceMap": true,
"inlineSources": true
},
"include": [
"src/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment