Minh TRINH
Results
1
issues of
Minh TRINH
At the moment, swc-node raise an error if we defined `paths` in `tsconfig.json` For example: ```json { "compilerOptions": { "baseUrl": "./src", "paths": { "@api/*": ["api/*"] } } } ``` ```...