mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
symlinking tns-platform-declarations inside tns-core-modules causes the apps and tests to fail on some dev machines
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
"dev-tsc-apps": "tsc -p apps",
|
"dev-tsc-apps": "tsc -p apps",
|
||||||
"dev-tsc-all": "npm run dev-tsc-tns-platform-declarations && npm run dev-tsc-tns-core-modules && npm run dev-tsc-tests && npm run dev-tsc-apps",
|
"dev-tsc-all": "npm run dev-tsc-tns-platform-declarations && npm run dev-tsc-tns-core-modules && npm run dev-tsc-tests && npm run dev-tsc-apps",
|
||||||
"dev-link-tns-platform-declarations": "cd tns-platform-declarations && npm link",
|
"dev-link-tns-platform-declarations": "cd tns-platform-declarations && npm link",
|
||||||
"dev-link-tns-core-modules": "cd tns-core-modules && npm link tns-platform-declarations && npm link",
|
"dev-link-tns-core-modules": "cd tns-core-modules && npm link",
|
||||||
"dev-link-tests": "cd tests && npm link tns-platform-declarations && npm link tns-core-modules",
|
"dev-link-tests": "cd tests && npm link tns-platform-declarations && npm link tns-core-modules",
|
||||||
"dev-link-apps": "cd apps && npm link tns-platform-declarations && npm link tns-core-modules",
|
"dev-link-apps": "cd apps && npm link tns-platform-declarations && npm link tns-core-modules",
|
||||||
"dev-declarations": "npm run setup && rm -rf tns-platform-declarations/ios/objc* && TNS_TYPESCRIPT_DECLARATIONS_PATH=$PWD/tns-platform-declarations/ios/objc tns build ios --path tests",
|
"dev-declarations": "npm run setup && rm -rf tns-platform-declarations/ios/objc* && TNS_TYPESCRIPT_DECLARATIONS_PATH=$PWD/tns-platform-declarations/ios/objc tns build ios --path tests",
|
||||||
|
|||||||
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user