mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
* feat: added nextjs example * chore: update * chore: simplify nextjs demo Co-authored-by: Rob Caldecott <robert.caldecott@keyloop.com> Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|