Skip to content

Indicates whether the project has tsconfig.json file.

License

Notifications You must be signed in to change notification settings

iguntur/has-tsconfig

Repository files navigation

has-tsconfig Build Status

Indicates whether the project has tsconfig.json file.

Install

$ npm install --save has-tsconfig

Usage

./dev
├── bar
│   └── package.json
└── foo
    ├── package.json
    └── tsconfig.json
const hasTsconfig = require('has-tsconfig');

hasTsconfig('./dev/foo');
//=> true

hasTsconfig('./dev/bar');
//=> false

API

hasTsconfig(paths)

Returns a boolean value from the given paths.

paths

Type: string
Default: process.cwd()

License

MIT © Guntur Poetra

About

Indicates whether the project has tsconfig.json file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published