UNPKG
create-bun
Version:
latest (0.0.1)
0.0.1
0.0.0
Scaffolding your bun project boilerplate
github.com/guocaoyi/create-bun
guocaoyi/create-bun
create-bun
/
boilerplate-next
/
next-env.d.ts
7 lines
(5 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
///
<reference types="next" />
///
<reference types="next/types/global" />
///
<reference types="next/image-types/global" />
//
NOTE:
This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.