Skip to content

Commit 81b2fbe

Browse files
Diana KhortiukDiana Khortiuk
authored andcommitted
fix: include src in build output
1 parent 2f79f62 commit 81b2fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"typeRoots": ["src/types", "node_modules/@types/"]
1414
},
1515
"exclude": ["node_modules", "dist"],
16-
"include": ["index.ts"]
16+
"include": ["index.ts", "src/**/*.ts"]
1717
}

0 commit comments

Comments
 (0)