Back to Next Js

TypeScript types example

examples/with-typescript-types/README.md

16.2.5778 B
Original Source

TypeScript types example

This example shows how to integrate the TypeScript type system into Next.js. Since TypeScript is supported out of the box with Next.js, all we have to do is to install TypeScript.

This example shows how to properly export and import typescript types without getting the

js
Attempted import error: 'TypeA' is not exported from './package-1'.

error as raised in vercel/next.js#7882.

Deploy your own

Add import type and export type support to TypeScript