Skip to content

Commit 6d3d350

Browse files
committed
fix(tsconfig): wrong path in path mapping fixed
1 parent 5538ae0 commit 6d3d350

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)