Skip to content

Commit

Permalink
Add types/global.d.ts to excludes too
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 16, 2022
1 parent 88fe254 commit 2ea9469
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/next/tsconfig.json
Expand Up @@ -7,5 +7,10 @@
"moduleResolution": "node",
"jsx": "react"
},
"exclude": ["dist", "./*.d.ts", "image-types/global.d.ts"]
"exclude": [
"dist",
"./*.d.ts",
"image-types/global.d.ts",
"types/global.d.ts"
]
}

0 comments on commit 2ea9469

Please sign in to comment.