Skip to content

Commit

Permalink
fix(nuxt): Remove build config from tsconfig (#14735)
Browse files Browse the repository at this point in the history
Because this config was added to the `includes`, the types were moved to
a subdirectory.
fixes #14732
  • Loading branch information
s1gr1d authored Dec 16, 2024
1 parent f8ac98d commit 4873c6d
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 4873c6d

Please sign in to comment.