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: Update of tsconfig.json
Date: 17 days 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" ] }