Skip to content

Commit 05aa368

Browse files
committed
build: Exclude functions directory from TypeScript compilation.
1 parent 45194a1 commit 05aa368

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
".next/dev/types/**/*.ts"
3737
],
3838
"exclude": [
39-
"node_modules"
39+
"node_modules",
40+
"functions"
4041
]
4142
}

0 commit comments

Comments
 (0)