3.0.0 • Published 1 year ago
@tommy-mitchell/tsconfig v3.0.0
@tommy-mitchell/tsconfig
Personal TypeScript config.
Install
npm install --save-dev @tommy-mitchell/tsconfigyarn add --dev @tommy-mitchell/tsconfigUsage
{
"extends": "@tommy-mitchell/tsconfig",
"compilerOptions": {
"outDir": "dist",
},
}If using with a bundler, set the following options to prevent type resolution issues:
{
"compilerOptions": {
"declaration": false,
"noEmit": false,
},
}