diff --git a/rollup.config.js b/rollup.config.js index 29e51f6..ce7fa0b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,7 @@ export default [ input: "src/index.ts", output: [ { - dir: "build/", + dir: "dist/", format: "esm", sourcemap: true, }, diff --git a/tsconfig.json b/tsconfig.json index a73bad5..0112bb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "module": "ESNext", "declaration": true, "sourceMap": true, - "outDir": "build", + "outDir": "dist", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "emitDeclarationOnly": true