You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ A more extensive sample `Gruntfile.js` is available [here](https://github.com/Ty
88
88
*[Encodes HTML](#html) files as TypeScript variables (for HTML templating engines)
89
89
* Performs live file [watching](#watch) (compile on save)
90
90
* Enables ["Fast" compile](#fast) when using external modules
91
+
* Please not that Grunt-ts does not support the [Path Mapping](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) feature as it is not supported by `tsc` from the command-line
0 commit comments