Question:
Will or does Solid support .ts and .tsx files?
Thanks!
/ Micke
Yes. Solid supports TypeScript. We are still continually improving the type definitions. You can try it by using Create Solid App. With npm 6 or later you can run:
npm init solid app-ts example-app
to create and install a Solid TypeScript project base.
Most helpful comment
Yes. Solid supports TypeScript. We are still continually improving the type definitions. You can try it by using Create Solid App. With npm 6 or later you can run:
to create and install a Solid TypeScript project base.