cachekill
Version:
Simple command line cache busting tool which fingerprints files with a content hash.
19 lines (18 loc) • 372 B
JSON
{
"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"
]
}