Remove grunt-ts dependency.

Compile code using tsconfig.json files and plain tsc invocations.
Call those using grunt-shell.
This commit is contained in:
Hristo Deshev
2017-02-09 17:20:11 +02:00
parent a546a19ab0
commit cdf08378b0
8 changed files with 112 additions and 68 deletions

View File

@@ -7,6 +7,7 @@
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"removeComments": true,
"experimentalDecorators": true,
"diagnostics": true,
"sourceMap": true,
@@ -38,4 +39,4 @@
"tns-core-modules/references.d.ts",
"tns-platform-declarations/ios/objc-x86_64/"
]
}
}