Skip to content

Commit

Permalink
fix(nuxt): Remove build config from tsconfig (#14737)
Browse files Browse the repository at this point in the history
backport #14735

fixes #14732
  • Loading branch information
s1gr1d authored Dec 16, 2024
1 parent 9527563 commit d32bf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",

"exclude": ["build.config.ts"],
"compilerOptions": {
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit d32bf15

Please sign in to comment.