0.3.8 • Published 1 year ago
@schoero/ts-config v0.3.8
tsconfig
Shared tsconfig for my personal projects.
Installation
npm i --save-dev @schoero/ts-config
Usage
Create a tsconfig.json with the following content:
{
"extends": "@schoero/ts-config",
"compilerOptions": {
//...
}
}