symlinking tns-platform-declarations inside tns-core-modules causes the apps and tests to fail on some dev machines

This commit is contained in:
Panayot Cankov
2016-09-29 17:55:59 +03:00
parent 83536573d8
commit a528ae7f85
2 changed files with 1 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
{
"compilerOptions": {
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true,
"diagnostics": true,
"lib": [
"es2016"
]
}
}