@epreston/tsconfig
v1.2.1
Published
Shared TypeScript TSConfig Base for my projects
Downloads
316
Maintainers
Readme
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.