Steps to reproduce
- Install
@typescript/native-preview in project
- Run
tsgo -b -v
- Observe that files are emitted in
dist/src/ instead of dist/
https://github.com/spacebarchat/server/blob/491c0de/tsconfig.json
Behavior with typescript@5.9
Output files are in dist/*
Behavior with tsgo
Output files are in dist/src/*
I was not able to find an open issue for this, did I miss a deprecation?