fix: remove obsolete TypeScript baseUrl options

Co-authored-by: naiba/CloudCode <hi+cloudcode@nai.ba>
This commit is contained in:
naiba
2026-07-21 08:57:13 +00:00
co-authored by naiba/CloudCode
parent ef98d3a13b
commit 27ba6e74bd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"ignoreDeprecations": "6.0", "ignoreDeprecations": "6.0",
"baseUrl": ".", // TypeScript 7 resolves paths relative to this config; baseUrl was removed.
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },
+1 -1
View File
@@ -10,7 +10,7 @@
], ],
"compilerOptions": { "compilerOptions": {
"ignoreDeprecations": "6.0", "ignoreDeprecations": "6.0",
"baseUrl": ".", // TypeScript 7 resolves paths relative to this config; baseUrl was removed.
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} }