deps.ts & importMap.json

I a looking at system in ultra1 What determine what should go in importMap.json vs what sdhould go in deps.ts`
2 Replies
KyleJune
KyleJune2y ago
If you are making a module for others yo import, use deps.ts so that users won't need to copy your import map. I just always use deps.ts but if you want you can use an import map in your projects.
dan.the.discloser
thank you