@simbo/tsconfig
v1.0.4
Published
Simbo's shared TypeScript configurations.
Downloads
15
Maintainers
Readme
Simbo's TypeScript Configurations
Shared TypeScript configurations.
Installation
Install @simbo/tsconfig from the npm registry:
npm i -D @simbo/tsconfigExtendable Configurations
@simbo/tsconfig/baseBase configuration (see tsconfig.base.json)@simbo/tsconfig/nodeNode.js specific configuration (see tsconfig.node.json)@simbo/tsconfig/browserBrowser specific configuration (see tsconfig.browser.json)
Example
In your tsconfig.json:
{
"extends": "@simbo/tsconfig/node",
"compilerOptions": {
// add custom settings here
}
}