{ "compilerOptions": { "baseUrl": "./src", "paths": { "@theme": ["./theme.ts"], "@root/*": ["./*"], "@kitUI/*": ["./kitUI/*"], "@stores/*": ["./stores/*"], "@pages/*": ["./pages/*"] } } }