Move types to a .d.ts file inside examples projects (#4171)

* Move types to a .d.ts file to avoid making types explicit

* Rename to proper types

* Move to proper place

* Add noEmit to tsconfig.json

* Add back removed code by accident
This commit is contained in:
Erika
2022-08-05 17:46:52 -04:00
committed by GitHub
parent 69db0298d0
commit c9b679e56e
45 changed files with 68 additions and 46 deletions

1
examples/framework-vue/src/env.d.ts vendored Normal file
View File

@ -0,0 +1 @@
/// <reference types="astro/client" />