Panayot Cankov
|
d978424f35
|
Add npm script to automate the tsc build for PRs on CI (#4599)
* Add npm run ci to automate some ci stuff
* Inlude node types for node_tests
|
2017-07-26 18:15:06 +03:00 |
|
Hristo Deshev
|
7d7e48f759
|
Use a shared tsconfig.
Don't duplicate compiler options across projects.
|
2017-02-15 13:24:44 +02:00 |
|
Hristo Deshev
|
3056ce51c2
|
Upgrade to TypeScript 2.1, and latest grunt-ts.
Conflicts:
package.json
tests/app/ui/animation/animation-tests.ts
tns-core-modules/lib.core.d.ts
tns-core-modules/ui/animation/animation-common.ts
|
2017-02-13 14:13:33 +02:00 |
|
Hristo Deshev
|
cdf08378b0
|
Remove grunt-ts dependency.
Compile code using tsconfig.json files and plain tsc invocations.
Call those using grunt-shell.
|
2017-02-13 14:13:33 +02:00 |
|