toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

Fix an issue where Forge app build fails to compile library dependencies #5

Closed tbinna closed 2 years ago

tbinna commented 2 years ago

If a Forge app depends on a library project(via direct import) the TS compiler fails to resolve the library import. This is due to a redefinition of the compilerOptions.baseUrl property in tsconfig.app.json. Instead, the build should fall back to the base URL definition on the tsconfig.base.json in the workspace root.