{ "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": "../../", "paths": { "@app/*": ["src/core/*"], "@shared/*": ["../shared/*"] } }, "include": ["../global.d.ts", "../*.js", "../*.ts", "../*.tsx", "."] }