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