Skip to content

Commit e4ab68d

Browse files
committed
chore: add missing outDir property to tsconfig.base.json
1 parent ccc1e50 commit e4ab68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"outDir": "./dist",
34
// Base strict settings
45
"strict": true,
56
"skipLibCheck": true,

0 commit comments

Comments
 (0)