ES6+ allows this simple/clean approach
[{"id":1}, {"id":-2}
If you need some es6 improvements not supported by Typescript, you can target es6 in your tsconfig and use Babel to convert your files in es5.