wasp/waspc/cli
Filip Sodić 31df276a25
Client-side TypeScript support (#824)
* Add typescript support to generator

* Change jsconfig to tsconfig for client

* Change Main.js to Main.tsx

* Implement TypeScript support on client

* Fix formatting

* Fixes in actions/index.ts

* Remove extra types from comments

* Update waspc/src/Wasp/Generator/ServerGenerator.hs

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Remove server-specific typescript stuff

* Fix useQuery type

* Add typeroots to client tsconfig

* Improve TypeScript support on client

* Remove tsx extension from template wasp file

* Format code

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-11-24 14:28:37 +01:00
..
exe wasp version command now prints info how to change version. (#826) 2022-11-23 16:55:12 +01:00
src/Wasp/Cli Client-side TypeScript support (#824) 2022-11-24 14:28:37 +01:00
test Make CLI code testable (#510) 2022-03-23 08:04:09 -04:00