Complete baseUrl deprecation implementation for TypeScript 6.0

Co-authored-by: DanielRosenwasser <972891+DanielRosenwasser@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-03 23:58:09 +00:00
parent 9ca4a616f6
commit f4eab52f19
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// @baseUrl: /
// @baseUrl: /
// @ignoreDeprecations: 6.0
// @traceResolution: true
// @target: esnext
// @module: commonjs

View File

@ -1,4 +1,5 @@
// @baseUrl: /
// @ignoreDeprecations: 6.0
// @traceResolution: true
// @target: esnext
// @module: commonjs