You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now - if there's a build error (e.g. in SWC, set target to ecmascript and try to export type Foo = 'string'), the temp.tsconfig.json file will still be output to the file system and it won't be cleaned up.
We should cleanup in a failure!
The text was updated successfully, but these errors were encountered:
Right now - if there's a build error (e.g. in SWC, set target to
ecmascript
and try toexport type Foo = 'string'
), thetemp.tsconfig.json
file will still be output to the file system and it won't be cleaned up.We should cleanup in a failure!
The text was updated successfully, but these errors were encountered: