UNPKG

doloresqui

Version:
14 lines (13 loc) 269 B
{ "compilerOptions": { "jsx": "react-jsx", "baseUrl": "src", "paths": { "@/components/*": ["components/*"], "@/consts/*": ["consts/*"], "@/hooks/*": ["hooks/*"], "@/utils/*": ["utils/*"], "@/state/*": ["state/*"] } } }