Setup test local use
Setup path to sync between test and code
Setup path for source: tsconfig.json
Add this setting to the file to use @src instead of src (the real path)
"paths": {
"@src/*": ["src/*"]
},
full content:
{
"compilerOptions": {
"mod...
thebrownbox.hashnode.dev1 min read