#deps.ts & importMap.json

3 messages · Page 1 of 1 (latest)

buoyant jay
#

I a looking at system in `ultra1

What determine what should go in importMap.json vs what sdhould go in deps.ts

sharp flower
#

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.