0.0.4 • Published 7 months ago

typescript-next v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago