@sqrtthree/tsconfig
v3.1.1
Published
Shared TypeScript config for my projects.
Maintainers
Readme
tsconfig
Shared TypeScript config for my Node.js projects. The configuration is now distributed to be compatible with TypeScript 5.0 or newer.
Install
yarn add --dev @sqrtthree/tsconfigOr use npm:
npm install --save-dev @sqrtthree/tsconfigUsage
For example in your tsconfig.json:
{
"extends": "@sqrtthree/tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}sqrtthree.com · GitHub @sqrthree · Twitter @sqrtthree
