We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f907c commit d9edbeeCopy full SHA for d9edbee
gruntfile.js
@@ -40,6 +40,12 @@ module.exports = function(grunt) {
40
outDir: outDir,
41
options: {
42
fast: 'never',
43
+
44
+ // Resolve non-relative modules like "ui/styling/style"
45
+ // based on the project root (not on node_modules which
46
+ // is the typescript 1.6+ default)
47
+ additionalFlags: '--moduleResolution classic',
48
49
module: "commonjs",
50
target: "es5",
51
sourceMap: true,
package.json
@@ -31,8 +31,8 @@
31
"grunt-shell": "1.1.2",
32
"grunt-file": "1.0.2",
33
"grunt-env": "0.4.4",
34
- "grunt-ts": "4.2.0",
35
- "typescript": "1.5.3"
+ "grunt-ts": "5.0.0-beta.5",
+ "typescript": "1.6.2"
36
},
37
"typescript": {
38
"definitions": [
0 commit comments