Skip to content

Commit 6bae8ed

Browse files
ZimmerAmr-c
authored andcommitted
Exclude tests from typescript build
1 parent c7b8f3f commit 6bae8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema_salad/typescript/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"include": ["./src/**/*"],
1414
"exclude": [
15-
"node_modules"
15+
"node_modules",
16+
"./src/test"
1617
]
1718
}

0 commit comments

Comments
 (0)