Open rotu opened 1 year ago
Note that the removal of "type": "module" from package.json is intentional. Dnt creates a package.json in the esm folder, but having it set in the top-level package.json interferes with the test runner shim.
"type": "module"
package.json
Note that the removal of
"type": "module"
frompackage.json
is intentional. Dnt creates apackage.json
in the esm folder, but having it set in the top-levelpackage.json
interferes with the test runner shim.