UNPKG

component-dependency-collapser

Version:

📦 Component Dependency Collapser is a CLI tool that helps you analyze, visualize, and trace the dependency structure of your frontend components

14 lines (13 loc) • 267 B
// tsconfig.json { "compilerOptions": { "target": "ES2020", "module": "CommonJS", "lib": ["ES2020"], "esModuleInterop": true, "strict": true, "outDir": "./bin", "rootDir": "./src" }, "include": ["src/**/*"] }