I tried to use typescript with jsx without react. and it doesn't work.
I always put a "jsx": "preserve" in tsconfig.json.
But i dont understand what i have to do next.and when i am compiling .tsx file webpack throws an error
ERROR in ./core/Navbar.tsx
Module parse failed: /home/ubuntu/Desktop/framework/node_modules/ts-loader/index.js!/home/ubuntu/Desktop/framework/core/Navbar.tsx Unexpected token (9:15)
You may need an appropriate loader to handle this file type.
i read the documentation but i dont understand how to use global jsx module in project.
is it possible to use typescript + jsx without react?
[![my App.tsx class[2]](https://mapledrawhubb.com/i.sstatic.net/J6EYU.png)

