UNPKG

@cedx/php-minifier

Version:

Minify PHP source code by removing comments and whitespace.

12 lines (11 loc) 204 B
{ "extends": "../tsconfig.json", "include": ["**/*.ts"], "compilerOptions": { "declaration": true, "declarationMap": true, "noEmit": false, "outDir": "../lib", "rootDir": "." } }