“Private identifiers are only available” error in Typescript

Hi,

while running „tsc test.ts“ I’ve got errors:

error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.

Does it relate to tsconfig.json?