theseus/lib/package.json

6 lines
234 B
JSON
Raw Permalink Normal View History

{
"//": "This subfolder holds ES modules loaded from main.js via dynamic import.",
"//2": "Theseus's root package.json is commonjs; overriding here lets .js files here parse as ESM without renaming to .mjs.",
"type": "module"
}