Error: Could not find source file for path
When I start nx serve server, I get an error:
Error: Could not find source file for path directory\apps\server\src\app\app.module.ts,
make sure "sourceMap" is enabled in your tsconfig.
What I've already tried
Added “sourceMap”: true to all tsconfig files
Added sourceMap: true to NxAppWebpackPlugin
Cleared the cache via nx reset
The error occurs only with nx serve server; nx build server works but does not generate schemas.
Error: Could not find source file for path directory\apps\server\src\app\app.module.ts,
make sure "sourceMap" is enabled in your tsconfig.
What I've already tried
Added “sourceMap”: true to all tsconfig files
Added sourceMap: true to NxAppWebpackPlugin
Cleared the cache via nx reset
The error occurs only with nx serve server; nx build server works but does not generate schemas.