Resolved! error TS2503: Cannot find namespace 'Now'.
I recently encountered this issue when I tried to use a type from sdk/core in a TypeScript file in the server directory. I had taken the existing file `/src/fluent/server/script.ts` and added an import from @Servicenow/sdk/core and all of a sudden ...
