@@ -23,7 +23,7 @@
},
"scripts": {
"clean": "shx rm -rf lib/*",
- "build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
+ "build": "yarn clean && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
"dependencies": {
"test": "jest",
@@ -24,7 +24,7 @@
@@ -27,7 +27,7 @@
@@ -25,5 +25,5 @@ export default defineConfig({
sourcemap: true,
minify: false,
- plugins: [vue(), dts({ tsConfigFilePath: 'tsconfig-cjs.json' })],
+ plugins: [vue(), dts({ tsConfigFilePath: 'tsconfig.cjs.json' })],
});