gulp-tsb icon indicating copy to clipboard operation
gulp-tsb copied to clipboard

fix invalid compile parameter 'newLine'

Open f111fei opened this issue 9 years ago • 0 comments

'tsconfig.json'

{
	"compilerOptions": {
		"module": "commonjs",
		"noImplicitAny": false,
		"removeComments": false,
		"preserveConstEnums": true,
		"target": "es5",
		"sourceMap": false,
		"experimentalDecorators": true,
		"noLib": true,
		"newLine": "LF"
	}
}

newLine is invalid when I use gulp-tsb.

f111fei avatar Dec 22 '16 09:12 f111fei