mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Include apps and tests in tsconfig.json
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
"time-grunt": "1.3.0",
|
"time-grunt": "1.3.0",
|
||||||
"tslint": "^3.15.1",
|
"tslint": "^3.15.1",
|
||||||
"typedoc": "0.4.5",
|
"typedoc": "0.4.5",
|
||||||
"typescript": "~2.1.4"
|
"typescript": "~2.0.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
"setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps",
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"apps",
|
|
||||||
"tests",
|
|
||||||
"tns-platform-declarations/node_modules/",
|
"tns-platform-declarations/node_modules/",
|
||||||
"tns-platform-declarations/package/",
|
"tns-platform-declarations/package/",
|
||||||
"tns-core-modules/node_modules/",
|
"tns-core-modules/node_modules/",
|
||||||
|
Reference in New Issue
Block a user