{ "extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo", "compilerOptions": { "jsx": "react-jsx", "baseUrl": ".", "paths": { "@/*": ["./*"], "@lib/*": ["./*"] } } }