1.2.1 • Published 12 months ago
@epreston/tsconfig v1.2.1
tsconfig
Shared TypeScript TSConfig Base for my projects.
Install
npm install @epreston/tsconfig --save-dev
Usage
tsconfig.json
{
"extends": "@epreston/tsconfig",
"compilerOptions": {
"outDir": "temp"
}
}
Tools
Tool | Reference |
---|---|
TypeScript | https://www.typescriptlang.org |
Node.js | https://nodejs.org |
EditorConfig | https://editorconfig.org |
References
Website | Reference |
---|---|
TSConfig | https://aka.ms/tsconfig |
License
This project is released under the MIT License.