UNPKG

letspack

Version:

A minimal tool for bundling and minifing scripts and styles.

14 lines (13 loc) 307 B
{ // Change this to match your project "include": ["src/letsPack.js"], "compilerOptions": { "lib": ["es2021"], "allowJs": true, "declaration": true, "forceConsistentCasingInFileNames": true, "strict": true, "emitDeclarationOnly": true, "outDir": "types" } }