UNPKG

@jakechampion/cli-testing-library

Version:

Small but powerful library for testing CLI the way it is used by people.

16 lines (15 loc) 340 B
{ "compilerOptions": { "target": "es2022", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "lib", "listEmittedFiles": true, "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules/**/*"] }