Skip to content

Commit b7615af

Browse files
committed
Ignore other packages when typechecking Next example
1 parent 465b400 commit b7615af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"jsx": "preserve",
1616
"incremental": true
1717
},
18-
"exclude": ["node_modules", ".next", "out"],
18+
"exclude": ["node_modules", ".next", "out", "../../packages"],
1919
"include": ["**/*.ts", "**/*.tsx", "**/*.mdx", "lib/*.d.ts", "next-env.d.ts"]
2020
}

0 commit comments

Comments
 (0)