build: refine build paths, take 2
[poolifier.git] / rollup.config.mjs
index eb6226303a45726ce05b2916742298f9a7a0afd9..e0c97bd6e4ebe607ec56d4c526c43206a6215393 100644 (file)
@@ -71,8 +71,8 @@ export default [
     plugins: [
       typescript({
         tsconfig: isDevelopmentBuild
-          ? 'tsconfig.development.json'
-          : 'tsconfig.production.json'
+          ? './tsconfig.development.json'
+          : './tsconfig.production.json'
       }),
       del({
         targets: ['./lib/*']