UNPKG

easy-console-color

Version:

Easily add color and style to console output in both web and shell environments using intuitive placeholders.

20 lines 431 B
{ "compilerOptions": { "outDir": "./dist", "module": "ESNext", "target": "ES5", "lib": [ "dom", "dom.iterable", "esnext" ], "moduleResolution": "Node", "declaration": true, "declarationDir": "./dist/types", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "strict": false }, "include": ["src/**/*"] }