@mckayla/tsconfig
v1.0.5
Published
A TypeScript config for people named McKayla (and maybe you too)
Readme

Usage
- Add the package as a dependency to your project
npm add @mckayla/tsconfig- Update your tsconfig.json
{
"extends": "@mckayla/tsconfig",
"compilerOptions": {
"outDir": "./build/",
"types": [],
"baseUrl": "."
},
"include": ["./src/**/*"]
}