Skip to content

Commit d32bf15

Browse files
authored
fix(nuxt): Remove build config from tsconfig (#14737)
backport #14735 fixes #14732
1 parent 9527563 commit d32bf15

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)