Skip to content

Commit 795d370

Browse files
committed
set outdir in tsconfig.json
1 parent 9ae6944 commit 795d370

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"noUnusedLocals": true,
1414
"noImplicitThis": true,
1515
"baseUrl": ".",
16+
"outDir": "../out",
1617
"typeRoots": [
1718
"typings"
1819
]
1920
}
20-
}
21+
}

0 commit comments

Comments
 (0)