UNPKG

@youtwitface/ntcjs

Version:

A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/

14 lines (13 loc) 309 B
{ "include": ["src/"], "compilerOptions": { "target": "ES2019", "module": "commonjs", "declaration": true, "outDir": "lib/", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true } }