new Class() syntax behaves differently after changing ts config to newer version
new Class() syntax is different depending on tsconfig.
Can configuration in tsconfig.json for `compilerOptions.paths` transform import paths for runtime?
I’m following the documentation for Typescript to set up path aliases. My tsconfig.json
looks something like this: