mirror of
https://github.com/withastro/astro.git
synced 2025-09-26 23:55:35 +08:00
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:
1
examples/framework-vue/src/env.d.ts
vendored
Normal file
1
examples/framework-vue/src/env.d.ts
vendored
Normal file
@ -0,0 +1 @@
|
||||
/// <reference types="astro/client" />
|
Reference in New Issue
Block a user