Skip to content

Commit c5f955e

Browse files
committed
temp: add snapshot folder to exclude in TS build
tsc doesn't work due to lacking the other generated folders necessary for type checking
1 parent c4068d6 commit c5f955e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"strictNullChecks": true
1111
},
1212
"include": ["src"],
13-
"exclude": ["**/*.test?.*"]
13+
"exclude": ["**/*.test?.*", "src/snapshot/**/*"]
1414
}

0 commit comments

Comments
 (0)