@ggascoigne/tsconfig-config
v1.4.0
Published
A shareable tsconfig configuration for projects.
Readme
Tsconfig Config
My personal shareable tsconfig configuration.
Install
pnpm add -D @ggascoigne/tsconfig-configUsage
tsconfig.json
{
"extends": "@ggascoigne/tsconfig-config"
}Extending
A basic configuration for projects:
tsconfig.json
{
"extends": "@ggascoigne/tsconfig-config",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src/**/*", "__tests__/**/*"],
"exclude": ["node_modules", "dist"]
}License
MIT
