@sctg/fontminify
Version:
Minify font seamlessly, font subsetter, webfont (eot, woff, svg) converter.
16 lines (15 loc) • 365 B
JSON
{
"compilerOptions": {
"module": "ES2020",
"moduleResolution": "Node",
"target": "ES6",
"strictNullChecks": true,
"strictFunctionTypes": true,
"declaration": true,
"noEmit": false,
"noEmitOnError": false,
"allowSyntheticDefaultImports": true,
"outDir":"dist"
},
"exclude": ["node_modules", "**/node_modules", "dist"]
}