Open zky847798418 opened 3 months ago
when tsconfig.json have
"compilerOptions": { "module": "esnext", "moduleResolution": "bundler", "composite": true, "allowJs": true, "jsx": "react-native", "noEmit": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, }
typescript can parse package.json exports
but madge no parse
will skipped
when tsconfig.json have
"compilerOptions": { "module": "esnext", "moduleResolution": "bundler", "composite": true, "allowJs": true, "jsx": "react-native", "noEmit": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, }
typescript can parse package.json exports
but madge no parse
will skipped