More for discussion than anything: now that the imports field of a package.json is widely supported, including by TypeScript, maybe it would be more coherent to use it for src/lib than having a special alias. Essentially:
$app/* — our stuff
#lib/* — your stuff
More for discussion than anything: now that the
importsfield of a package.json is widely supported, including by TypeScript, maybe it would be more coherent to use it forsrc/libthan having a special alias. Essentially:$app/*— our stuff#lib/*— your stuff