Skip to content

Commit

Permalink
subpath imports: use direct src
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Aug 28, 2024
1 parent 934d3c4 commit 85e5c59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"imports": {
"#*": {
"pw-bdd-dev": "./dist/src/*",
"pw-bdd-dev": "./src/*",
"default": "./dist/*"
}
},
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"resolvePackageJsonImports": true,
"rootDir": ".",
"outDir": "dist",
"customConditions": ["pw-bdd-dev"],
"noEmit": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 85e5c59

Please sign in to comment.