{ "compilerOptions": { "target": "esnext", "moduleResolution": "node", "baseUrl": "./", "jsx": "preserve", "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "paths": { "@/*": ["src/*"], "@@/*": ["src/.umi/*"], "rc-dialog": ["src/index.ts"] } } }