nextui/packages/components/loading/clean-package.config.json
2022-11-06 05:42:45 +08:00

12 lines
267 B
JSON

{
"replace": {
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {"import": "./dist/index.esm.js", "require": "./dist/index.cjs.js"},
"./package.json": "./package.json"
}
}
}