{ "compilerOptions": { "baseUrl": "./src", "paths": { "@app": ["./App.tsx"], "@actions": ["./store/actions"], "@actions/*": ["./store/actions/*"], "@reducers/*": ["./store/reducers/*"], "@store": ["./store"], "@store/*": ["./store/*"], "@comp/*": ["./components/*"], "@layout/*": ["./layout/*"], "@pages/*": ["./pages/*"], "@api": ["./krist/api"], "@api/*": ["./krist/api/*"], "@wallets": ["./krist/wallets"], "@wallets/*": ["./krist/wallets/*"], "@contacts": ["./krist/contacts"], "@contacts/*": ["./krist/contacts/*"], "@krist/*": ["./krist/*"], "@global/*": ["./global/*"], "@utils": ["./utils"], "@utils/*": ["./utils/*"] } } }