Skip to content

Instantly share code, notes, and snippets.

Created December 11, 2017 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/76162a841b0103a38c23f408a41c9801 to your computer and use it in GitHub Desktop.
Save anonymous/76162a841b0103a38c23f408a41c9801 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"inlineSourceMap": true,
"inlineSources": true,
"noEmitOnError": true,
"lib": [
"dom",
"es6",
"es2015.iterable"
],
"baseUrl": ".",
"paths": {
"*": [
"./node_modules/tns-core-modules/*",
"./node_modules/*"
]
}
},
"exclude": [
"node_modules",
"platforms",
"**/*.aot.ts",
"*.aot.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment