saberland/saber





Do you want to work on this issue?
You can request for a bounty in order to promote it!
Feature: Supporting TypeScript #128
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
You should be able to:
- Use TypeScript in
<script>
block in Vue component - Use
.ts
pages and import.ts
files in app runtime - Use
saber-config.ts
(maybe) - Use
saber-node.ts
(maybe)
This should be implemented as a plugin (unless it doesn't introduce any large dependencies).