quasarframework / app-extension-typescript

Add TypeScript to your existing Quasar 1.0 JS project

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move TS support to main repo

IlCallo opened this issue · comments

TypeScript is trasversal to many concerns in a project and is difficult to integrate if it's not done at creation time in the main repo.

The AE should serve as a migration tool for already existing projects.

commented

This Feature request exists on the main Quasar repo quasarframework/quasar#4399

Maybe same concern for testing. TS extension ok. Testing extension Ok. But when you install both ts and testing: not ok and wallaby fails.

commented

This is known and there is a pending issue in the Testing extension to resolve this. Thanks to @IlCallo for getting this effort started.

TS is now natively supported into Quasar core