We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76a5dc commit aba5f4cCopy full SHA for aba5f4c
README.md
@@ -39,3 +39,10 @@ Plugin supports TypeScript at least version 1.6.2 and older.
39
* `target` - version of ECMAScript, *default* value is `ES5`
40
* `sources` - files to compile, *required*
41
* `sourcemap` - add TS-files and JS.MAP-files to targetDirectory, *default* value is `false`
42
+
43
+## Installing plugin
44
+`mvn install:install-file -Dfile=typescript-maven-plugin-0.3.jar`
45
46
+or build and install from sources:
47
48
+`mvn install`
0 commit comments