1.2.1 • Published 12 months ago

@epreston/tsconfig v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

tsconfig

Shared TypeScript TSConfig Base for my projects.

NPM version License

Install

npm install @epreston/tsconfig --save-dev

Usage

tsconfig.json

{
  "extends": "@epreston/tsconfig",
  "compilerOptions": {
    "outDir": "temp"
  }
}

Tools

ToolReference
TypeScripthttps://www.typescriptlang.org
Node.jshttps://nodejs.org
EditorConfighttps://editorconfig.org

References

WebsiteReference
TSConfighttps://aka.ms/tsconfig

License

This project is released under the MIT License.

1.2.0

1 year ago

1.2.1

12 months ago

1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago