{ "extends": "@stackwise-tooling/tsconfig/base.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./*"] }, "plugins": [ { "name": "next" } ], "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": [".", ".next/types/**/*.ts"], "exclude": ["node_modules"] }