danigo99 / prismic-pokemon

Home Page:prismic-pokemon.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

Useful links

Add import type and export type support to TypeScript

About

prismic-pokemon.vercel.app


Languages

Language:JavaScript 60.3%Language:TypeScript 39.7%