grunt-ts icon indicating copy to clipboard operation
grunt-ts copied to clipboard

Select the type of automatically generated quotes

Open radziksh opened this issue 10 years ago • 1 comments
trafficstars

Hi. My team uses double quotes for literal expressions. But when I generate the file:

///ts:import=somefile

it gives me single quotes:

import somefile = require('somefile'); ///ts:import:generated

but I want double quotes:

import somefile = require("somefile");

Is it possible configure grunt-ts for generate double quotes?

radziksh avatar Sep 03 '15 16:09 radziksh

Hi, Not right now, but I would consider a pull request for this after 5.0 comes out.

nycdotnet avatar Sep 03 '15 23:09 nycdotnet