Shared TypeScript TSConfig Base for my projects.
npm install @epreston/tsconfig --save-devtsconfig.json
| 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.
{ "extends": "@epreston/tsconfig", "compilerOptions": { "outDir": "temp" } }