Skip to content

Commit d257d8b

Browse files
radimvaculikf3l1x
authored andcommitted
Fix tsconfig.json: +outDir, +exclude
1 parent b316d6a commit d257d8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
},
2828
"types": [
2929
"@types/node"
30-
]
31-
}
30+
],
31+
"outDir": "dist/",
32+
},
33+
"exclude": ["vendor"],
3234
}

0 commit comments

Comments
 (0)