We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88b608 commit c89e174Copy full SHA for c89e174
rollup.config.js
@@ -24,7 +24,7 @@ export default {
24
25
plugins: [
26
clear({ targets: ["dist"] }),
27
- resolve(),
+ resolve({ rootDir: "src" }),
28
commonjs(),
29
typescript({tsconfig: "./tsconfig.json"}),
30
screeps({config: cfg, dryRun: cfg == null})
0 commit comments