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 15a4880 commit 83ca525Copy full SHA for 83ca525
build/user.properties.sample
@@ -1,6 +1,10 @@
1
; SAMPLE FILE
2
+; The user.properties file contains a single property named typescript.compiler.path which
3
+; (on Windows) contains system login name, what you may don't want to include in your sources. This
4
+; is why this file is ignored in git and that you have to first rename this one before editing it to
5
+; reflect your configuration.
6
;
-; 1) You have to rename this file to «user.properties»
7
+; 1) Rename this file to «user.properties»
8
; 2) Set the TypeScript compiler full system path here instead of «MY_TYPESCRIPT_COMPILER_PATH».
9
10
; e.g. on windows: typescript.compiler.path = C:/Documents and Settings/{USER NAME HERE}/Application Data/npm/tsc.cmd
0 commit comments