Project setup:
vue create typescript-vue
Options:
- manual setup
- Selected Features:
- typescript
- Linter/Formatter
- class style component syntax: NO
- babel along typescript: NO
- linter: ESLint + standard config
- lint on save
- config in package.
Changes from initial config: 07f465b
The computed property foo
in HelloWorld.vue
has an incorrect return type.
When running npm run typecheck
no errors are shown.