colormath.js
Version:
A color conversion and color manipulation library written in typescript for Node.js, Deno and Browser.
18 lines • 467 B
JSON
{
"compilerOptions": {
"declaration": true,
"noImplicitAny": false,
"strictNullChecks": true,
"esModuleInterop":true,
"target": "ES2018",
"module": "commonjs",
"allowJs": true,
"moduleResolution": "node",
"lib": ["es2018", "dom"],
"rootDir": "./src",
"outDir": "./dist",
"strict": true
},
"include": ["src"],
"exclude": ["node_modules"]
}