Closed FunctionDJ closed 3 years ago
Kinda related to #25 since i tried extend
to get around that issue and keep my comments in a tsconfig.base.json
file.
Can be worked around by simply creating "compilerOptions": { "paths": {} }
fixed with v0.8.4
vite-aliases doesn't check if compileOptions exists in the tsconfig, and doesn't handle it.
So when using a tsconfig that uses
extend
to get it's compilerOptions and doesn't have it's own, aTypeError
occurs:Cannot read property 'paths' of undefined