{ "compilerOptions": { "baseUrl": ".", "paths": { "*": [ "src/*" ], "components/*": [ "./js/config/*" ], "config/*": [ "./js/config/*" ] } } }