Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created June 2, 2018 08:12
Show Gist options
  • Save RoyiNamir/e1c8e3ee54884c6e1626561f3d0fb02c to your computer and use it in GitHub Desktop.
Save RoyiNamir/e1c8e3ee54884c6e1626561f3d0fb02c to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": false,
"noEmitOnError": true,
"lib": [
"es6",
"dom",
"es2015.iterable"
],
"baseUrl": ".",
"paths": {
"~/*": [
"app/*"
],
"*": [
"./node_modules/tns-core-modules/*",
"./node_modules/*"
]
}
},
"exclude": [
"node_modules",
"platforms"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment