UNPKG

byteweaver

Version:

A powerful utility to weave files together with advanced filtering, minification and templating

16 lines 370 B
{ "compilerOptions": { "target": "ES2018", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }