rampensau
Version:
Color ramp generator using curves within the HSL color model
16 lines (15 loc) • 326 B
JSON
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es2019",
"outDir": "dist",
"declaration": true,
"emitDeclarationOnly": true,
"noUncheckedIndexedAccess": true,
"strict": true
},
"include": ["src/**/*"]
}