Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit f10c26a

Browse files
committed
Remove syncFixtures from include
1 parent 805cdda commit f10c26a

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
@@ -53,5 +53,5 @@
5353
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
5454
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
5555
},
56-
"include": ["./src/**/*", "./types/**/*", "syncFixtures.ts"]
56+
"include": ["./src/**/*", "./types/**/*"]
5757
}

0 commit comments

Comments
 (0)