Skip to content

Commit 5c7721a

Browse files
Merge pull request #9 from sumitparakh/sumit/fix-path-mapping
fix(tsconfig): wrong path in path mapping fixed
2 parents 5538ae0 + 6d3d350 commit 5c7721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"skipDefaultLibCheck": true,
1717
"baseUrl": ".",
1818
"paths": {
19-
"nx-python/nx-python": ["libs/nx-python/src/index.ts"]
19+
"nx-python/nx-python": ["packages/nx-python/src/index.ts"]
2020
}
2121
},
2222
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)