Set resolve rootDir to src - fix #152 (#153)

This commit is contained in:
Josh LeBlanc
2021-02-21 16:02:56 -04:00
committed by GitHub
parent e88b608f10
commit c89e174d26

View File

@@ -24,7 +24,7 @@ export default {
plugins: [
clear({ targets: ["dist"] }),
resolve(),
resolve({ rootDir: "src" }),
commonjs(),
typescript({tsconfig: "./tsconfig.json"}),
screeps({config: cfg, dryRun: cfg == null})