Shared TypeScript configuration for exile.watch projects
@exile-watch/typescript-config
This package contains both, shared TypeScript configuration and the TypeScript dependency itself.
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Install the package as a devDependency:
devDependency
In the project’s package.json file, add the following npm script to the scripts property:
package.json
Last updated 1 year ago
npm i -D @exile-watch/typescript-config
// {root}/package.json { // ... "scripts": { // ... "typecheck": "tsc --noEmit" } }