{ "extends": "@documenso/tsconfig/react-library.json", "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./*"] } }, "include": ["."], "exclude": ["dist", "build", "node_modules"] }