UNPKG

compare-image-data

Version:

A small library to compare ImageData objects.

25 lines (24 loc) 1.06 kB
{ "compilerOptions": { /* Basic Options */ "target": "ES2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */ "module": "amd", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd' or 'es2015'. */ "lib": [ "es2015", "dom" ], /* Specify library files to be included in the compilation: */ "declaration": true, /* Generates corresponding '.d.ts' file. */ "outDir": "./build", /* Redirect output structure to the directory. */ "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ /* Strict Type-Checking Options */ "strict": true, /* Enable all strict type-checking options. */ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ "strictNullChecks": true, /* Enable strict null checks. */ "alwaysStrict": true, "plugins": [ { "name": "tslint-language-service" } ] } }