From d519ef7f2be3f188df2e4200d9c9d0a08673bf1f Mon Sep 17 00:00:00 2001 From: Fasoro-Joseph Alexander Date: Thu, 5 Dec 2019 20:59:27 +0100 Subject: [PATCH] Mention that we do not support `paths` in the readme (#440) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b4072fa..796e95e8 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A more extensive sample `Gruntfile.js` is available [here](https://github.com/Ty * [Encodes HTML](#html) files as TypeScript variables (for HTML templating engines) * Performs live file [watching](#watch) (compile on save) * Enables ["Fast" compile](#fast) when using external modules + * 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 ## Support for tsc Switches