From f1d13d00f1ea793205e9be25e7f21a9bb990bb5c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 30 Jun 2023 04:12:23 -0400 Subject: [PATCH] fix: buildSource needs to be src --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.ts b/source/index.ts index 20b1674..e4085d0 100644 --- a/source/index.ts +++ b/source/index.ts @@ -47,7 +47,7 @@ export type Variable = { export const DEFAULT_VARIABLE: Variable = { source: 'build', output: 'lib', - buildSource: 'buildSource', + buildSource: 'src', }; /**