react-img-webp
Version:
React rendering WebP on supported platforms
20 lines (19 loc) • 446 B
JSON
{
"compilerOptions": {
"target": "esnext",
"lib": ["esnext", "dom"],
"sourceMap": true,
"removeComments": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"declaration": true,
"declarationDir": "build",
"strictNullChecks": true
},
"exclude": [
"./node_modules/**/*",
"tests"
]
}