{ "extends": ["../../../tsconfig.json", "../../../tsconfig.backend.json"], "compilerOptions": { "rootDir": ".", "baseUrl": "src", "paths": { "@/*": ["./*"] } }, "include": ["src/**/*.ts"] }