Closed JoshuaKGoldberg closed 3 months ago
status: accepting prs
Also removes an unnecessary "outDir": "lib" from the tsconfig.json. It's a holdover from when tsc was used to compile to the lib/ directory.
"outDir": "lib"
tsconfig.json
tsc
lib/
💖
Creation failures are unrelated.
:tada: This is included in version v1.63.0 :tada:
The release is available on:
Cheers! 📦🚀
PR Checklist
status: accepting prs
Overview
Also removes an unnecessary
"outDir": "lib"
from thetsconfig.json
. It's a holdover from whentsc
was used to compile to thelib/
directory.💖