{ "compilerOptions": { "baseUrl": ".", "paths": { "@c/*": ["components/*"], "@lib/*": ["lib/a/*", "lib/b/*"], "@mycomponent": ["components/hello.js"] } } }