Skip to content

RobertOrthofer/typescript-vue

Repository files navigation

typescript-test

Project setup

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

Observed behaviour

The computed property foo in HelloWorld.vue has an incorrect return type.

When running npm run typecheck no errors are shown.

Expected behaviour

tsc should report an error similar to the one vetur detects vetur-error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published