-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Using tsc in the raw, when we have an import of package.json within the code, tsc will copy that package.json file to the appropriate relative path in outPath.
e.g. if I have import pkg from '../../package.json' within src/thing/index.ts and "outDir": "dist" in tsconfig.json, dist/package.json will be created by tsc.
That behavior is not emulated with tshy and the file must be copied in a build step.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels