-
Notifications
You must be signed in to change notification settings - Fork 507
Closed
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existssolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issuetopic: TS Paths AliasesRelated to using aliases with TypeScript pathsRelated to using aliases with TypeScript paths
Description
Current Behavior
I have an src
folder which has index.ts
in it and two subfolders plugins
and utils
, each with more TS files. index.ts
imports most of these files from subfolders, but they are neither bundled nor independently compiled. Only their types are correctly output, however.
Expected behavior
- Output a compiled JS file for each TS file imported by
index.ts
so it can be imported by the compiledindex.js
OR - Bundle each originally imported file inside the
index.js
output file
Suggested solution(s)
Currently no idea.
Additional context
Your environment
Software | Version(s) |
---|---|
TSDX | 0.11.0 |
TypeScript | 3.7.2 |
Browser | |
npm/Yarn | 6.11.3 / 1.19.1 |
Node | 10.16.3 |
Operating System | MacOS |
Metadata
Metadata
Assignees
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existssolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issuetopic: TS Paths AliasesRelated to using aliases with TypeScript pathsRelated to using aliases with TypeScript paths