Skip to content

Commit

Permalink
Fix type ignore (#11479)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Mar 30, 2020
1 parent 6f27e21 commit d3d0b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import React from 'react'
import { ParsedUrlQuery } from 'querystring'
import { IncomingMessage, ServerResponse } from 'http'
// @ts-ignore This path is generated at build time and conflicts otherwise
import { Env } from '../dist/lib/load-env-config'

import {
Expand Down

0 comments on commit d3d0b93

Please sign in to comment.