1 2 3 4 5 6 7 8 9 10 11 12 13
{ "extends": "@total-typescript/tsconfig/bundler/dom/library-monorepo", "compilerOptions": { "jsx": "react-jsx", "baseUrl": ".", "paths": { "@/*": ["./*"], "@ui/*": ["./*"], "@lib/*": ["../lib/*"], "@hooks/*": ["../hooks/*"] } } }