types-tsconfig

Type checking for tsconfig.json

Usage no npm install needed!

<script type="module">
  import typesTsconfig from 'https://cdn.skypack.dev/types-tsconfig';
</script>

README

types-tsconfig

NPM TypeScript Coverage Status GitHub Stars Twitter Follow

Type checking for tsconfig.json.

Derived from type-fest with a focus on tsconfig.json types.

Installation

yarn add types-tsconfig
npm install types-tsconfig

API

Types

import {
  TSConfigJSON,
  CompilerOptions,
  TypeAcquisition,
  References,
  Plugin,
  Lib,
  Target,
  NewLine,
  Module,
  JSX,
  TSConfigFileName,
  fileName
} from "types-tsconfig";

console.log(fileName); // "tsconfig.json"

DependenciesDavid


Dev DependenciesDavid


License license

MIT


Related Projects