Closed tpluscode closed 7 years ago
Maybe I'm doing something wrong, because I thought it worked before. I try running
twc ts/**/*.ts -out-dir js
With the ts folder structure like
ts
/ |-- ts |-- my-app |-- my-app.ts |-- my-menu |-- my-menu.ts
I'm getting a flat structure as result where I'd expect it to resemble that above
/ |-- js |-- my-app.d.ts |-- my-app.html |-- my-menu.d.ts |-- my-menu.html
Would be handy if you checked previous versions if it worked before. Nevertheless, it's a bug, need to fix that :P.
Maybe I'm doing something wrong, because I thought it worked before. I try running
With the
ts
folder structure likeI'm getting a flat structure as result where I'd expect it to resemble that above