Skip to content

Commit 45cdbd8

Browse files
committed
fix(nuxt): Remove build config from tsconfig (#14735)
Because this config was added to the `includes`, the types were moved to a subdirectory. fixes #14732
1 parent c698ad9 commit 45cdbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/tsconfig.types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.json",
3-
3+
"exclude": ["build.config.ts"],
44
"compilerOptions": {
55
"declaration": true,
66
"declarationMap": true,

0 commit comments

Comments
 (0)