diff --git a/package.json b/package.json index 080144ac..97d509c8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "imports": { "#*": { - "pw-bdd-dev": "./dist/src/*", + "pw-bdd-dev": "./src/*", "default": "./dist/*" } }, diff --git a/tsconfig.json b/tsconfig.json index d0193372..3b24d694 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,6 @@ "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "resolvePackageJsonImports": true, - "rootDir": ".", - "outDir": "dist", "customConditions": ["pw-bdd-dev"], "noEmit": true, "resolveJsonModule": true,