UNPKG

what-is-my-tech-stack

Version:

Analyze project dependencies and generate a human-readable tech stack description

13 lines 235 B
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./dist/tests", "rootDir": ".", "types": ["jest", "node"] }, "include": [ "src/**/*", "tests/**/*" ], "exclude": ["node_modules", "dist"] }