shared-tsconfig allow importing modules from src per module name.
The IDE picks this up and suggests using non-relative imports.
kcd-scripts build does not support the import from baseUrl and resulting build is corrupt.
Suggested solution:
Remove the baseURL.
shared-tsconfigallow importing modules fromsrcper module name.kcd-scripts/shared-tsconfig.json
Line 13 in 5c69945
The IDE picks this up and suggests using non-relative imports.
kcd-scripts builddoes not support the import frombaseUrland resulting build is corrupt.Suggested solution:
Remove the
baseURL.