Skip to content

Commit cf0ce00

Browse files
committed
change functions/tsconfig "files" to "include"
1 parent fdaffde commit cf0ce00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"files": ["*.mts"],
2+
"include": ["*.mts"],
33
"compilerOptions": {
44
"types": ["@netlify/functions"],
55
"rootDir": "."

0 commit comments

Comments
 (0)