UNPKG

term-kitty-img

Version:

Show images in your kitty terminal

22 lines (21 loc) 1.74 kB
{ "compilerOptions": { "target": "ES2017", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ "jsx": "react", /* Specify what JSX code is generated. */ "module": "commonjs", /* Specify what module code is generated. */ "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ "paths": { "term-kitty-img": ["./src"] }, /* Specify a set of entries that re-map imports to additional lookup locations. */ "resolveJsonModule": true, /* Enable importing .json files */ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ "declarationMap": true, /* Create sourcemaps for d.ts files. */ "sourceMap": true, /* Create source map files for emitted JavaScript files. */ "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ "strict": true, "skipLibCheck": true /* Skip type checking all .d.ts files. */ } }