Solid: TypeScript and TSX support?

Created on 7 Sep 2019  路  1Comment  路  Source: ryansolid/solid

Question:
Will or does Solid support .ts and .tsx files?

Thanks!
/ Micke

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:

npm init solid app-ts example-app

to create and install a Solid TypeScript project base.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings