Categories
property CreateImportMapOptions.root

Project directory containing the package manifest, as a path or file:// URL.

Examples

Example 1

const root = import.meta.dirname;

Type