6 lines
234 B
JSON
6 lines
234 B
JSON
|
|
{
|
||
|
|
"//": "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"
|
||
|
|
}
|