vite-plugin-lqip
Version:
Low-quality image placeholder (LQIP) plugin for Vite.
20 lines (19 loc) • 414 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"declaration": true,
"inlineSourceMap": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"target": "ESNext"
},
"include": ["src"],
"exclude": ["node_modules/**"]
}