Skip to content

Commit 8b7261e

Browse files
committed
Fix tsconfig typo
1 parent 5102bda commit 8b7261e

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
@@ -20,6 +20,6 @@
2020
"./types"
2121
]
2222
},
23-
"include": ["src/**/*", "est/**/*", "types"],
23+
"include": ["src/**/*", "test/**/*", "types"],
2424
"exclude": ["node_modules", "dist"]
2525
}

0 commit comments

Comments
 (0)