File: tsconfig.json

Recommend this page to a friend!
  Classes of Dom Hastings   JS Image to ANSI   tsconfig.json   Download  
File: tsconfig.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Image to ANSI
Convert an image pixels to ANSI colour codes
Author: By
Last change: Updates and simplification to core code.
Added `docker-compose.yml` for easy local testing.
Date: 2 years ago
Size: 256 bytes
 

Contents

Class file image Download
{ "compilerOptions": { "moduleResolution": "node", "lib": [ "dom", "es2019" ], "module": "es2015", "outDir": "dist/js", "sourceMap": true, "strict": true, "target": "ES2018" }, "include": [ "src" ] }