Skip to content

Commit 83ca525

Browse files
committed
user.properties.sample is now better commented
1 parent 15a4880 commit 83ca525

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/user.properties.sample

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
; 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.
26
;
3-
; 1) You have to rename this file to «user.properties»
7+
; 1) Rename this file to «user.properties»
48
; 2) Set the TypeScript compiler full system path here instead of «MY_TYPESCRIPT_COMPILER_PATH».
59
;
610
; e.g. on windows: typescript.compiler.path = C:/Documents and Settings/{USER NAME HERE}/Application Data/npm/tsc.cmd

0 commit comments

Comments
 (0)