UNPKG

cachekill

Version:

Simple command line cache busting tool which fingerprints files with a content hash.

19 lines (18 loc) 372 B
{ "compilerOptions": { "lib": ["ESNext"], "module": "ESNext", "target": "ESNext", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "declaration": true, "forceConsistentCasingInFileNames": true, "outDir": "./lib/esm", "declarationDir": "./types", }, "include": [ "./src" ] }