{ "files": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" } ], "compilerOptions": { // TypeScript 7 resolves paths relative to this config; baseUrl was removed. "paths": { "@/*": ["./src/*"] } } }