typescript-next

0.0.4 • Public • Published

TypeScript Configuration for Next.js

Recommended TypeScript configuration for working with Next.js.

Usage

Install the package:

npm install -D typescript-next

Extend the configuration in your tsconfig.json:

{
  "extends": "typescript-next/tsconfig.json",
  "compilerOptions": {
    "plugins": [{ "name": "next" }]
  }
}

License

MIT

Package Sidebar

Install

npm i typescript-next

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

1.07 kB

Total Files

3

Last publish

Collaborators

  • phuctm97