feat(types): update to Typescript 3.9 (#1106)

This commit is contained in:
Carlos Rodrigues
2020-06-09 15:17:42 +01:00
committed by GitHub
parent 6cd97f0ef2
commit 97dedebd80
17 changed files with 140 additions and 470 deletions

13
test-dts/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Test-ts
Tests Typescript types to ensure the types remain as expected.
## Configuration
### tsconfig.json
Config used to test against the package source
### tsconfig.build.json
Replaces the `vue` and `@vue/*` dependencies with the built Typescript to ensure the published types are correct.