Include apps and tests in tsconfig.json

This commit is contained in:
Rossen Hristov
2016-12-20 09:36:23 +02:00
parent c71b4d4bf1
commit 75dba8fab2
2 changed files with 1 additions and 3 deletions

View File

@ -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",

View File

@ -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/",