diff --git a/tsconfig.app.json b/tsconfig.app.json index 9284bbc..89719bb 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,7 +1,7 @@ { "compilerOptions": { "ignoreDeprecations": "6.0", - "baseUrl": ".", + // TypeScript 7 resolves paths relative to this config; baseUrl was removed. "paths": { "@/*": ["./src/*"] }, diff --git a/tsconfig.json b/tsconfig.json index 77ed242..e90d62d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ ], "compilerOptions": { "ignoreDeprecations": "6.0", - "baseUrl": ".", + // TypeScript 7 resolves paths relative to this config; baseUrl was removed. "paths": { "@/*": ["./src/*"] }