Skip to content

Commit

Permalink
Switch relative path to TS 5.5 ${configDir} (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 13, 2024
1 parent b85284d commit e94df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"incremental": true,
"noUncheckedIndexedAccess": true
},
"exclude": ["../../node_modules", "../../build"]
"exclude": ["${configDir}/node_modules", "${configDir}/build"]
}

0 comments on commit e94df20

Please sign in to comment.