Skip to content

Instantly share code, notes, and snippets.

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