Created
June 11, 2018 14:52
-
-
Save RoyiNamir/604830258e88a05c1df48356b04a1852 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "es5", | |
"experimentalDecorators": true, | |
"emitDecoratorMetadata": true, | |
"inlineSourceMap": true, | |
"noEmitHelpers": true, | |
"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