Skip to content

Commit 45bebbe

Browse files
Joe CarpenitoJoe Carpenito
authored andcommitted
fix output dir for TS
1 parent eebd32a commit 45bebbe

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
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"outDir": "./built",
3+
"outDir": "./dist",
44
"allowJs": true,
55
"target": "ES2015",
66
"esModuleInterop": true

0 commit comments

Comments
 (0)