Skip to content

Commit

Permalink
fix(preset-esm): explicit reference the base tsconfig file
Browse files Browse the repository at this point in the history
NOTE: This is a fix to an edge case of some third party tools don't honor . as a
valid path. See dominikg/tsconfck#149
  • Loading branch information
alvis committed Jan 25, 2024
1 parent 099e453 commit 5a72ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-esm/templates/tsconfig.build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends: .
extends: ./tsconfig.json
include:
- '{source}'
compilerOptions:
Expand Down

0 comments on commit 5a72ff8

Please sign in to comment.