Skip to content

Commit

Permalink
Fixing rollup config requirements
Browse files Browse the repository at this point in the history
[!] (plugin typescript) RollupError: [plugin typescript] @rollup/plugin-typescript: Path of Typescript compiler option 'outDir' must be located inside the same directory as the Rollup 'file' option.
  • Loading branch information
calvincestari committed Oct 15, 2024
1 parent 043d2a6 commit 4213b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"types": ["node"],
"rootDir": "./src",
"outDir": "./lib"
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/__tests__/*", "**/__testUtils__/*"]
Expand Down

0 comments on commit 4213b70

Please sign in to comment.