In webpack you can configure the different file types/extensions, which you want to resolve. In angular-cli is no webpack-config.
Is there away to add/configure this kind of configuration? I would like that my application also takes *.tsx files.
Update
I know there is the ng eject, but I don't want to lose the CLI functionality. Is there another way?