Skip to content

Commit 6bde755

Browse files
committed
chore: run typecheck not test
1 parent a964a73 commit 6bde755

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/nextjs/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"exclude": [
2525
"node_modules",
26-
"dist"
26+
"dist",
27+
"composed"
2728
]
2829
}

0 commit comments

Comments
 (0)