Skip to content

Instantly share code, notes, and snippets.

@neilcummings
Created May 7, 2017 10:46
Show Gist options
  • Save neilcummings/a0e8851cff4e774789ce084123355912 to your computer and use it in GitHub Desktop.
Save neilcummings/a0e8851cff4e774789ce084123355912 to your computer and use it in GitHub Desktop.
SharePointAddinAngular - tsconfig.json
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016",
"dom"
],
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"types": [
"node",
"core-js",
"jasmine"
],
"typeRoots": [
"../node_modules/@types"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment