@fxhash/tsconfig
v0.0.3
Published
This package contains tsconfigs used with the @fxhash organisation tuned for different contexts.
Downloads
13
Readme
@fxhash/tsconfig
This package contains tsconfigs used with the @fxhash organisation tuned for different contexts.
Installation
pnpm add -D -E @fxhash/tsconfigConfigs
All configs can be imported via @fxhash/tsconfig/<config-name> or @fxhash/tsconfig/<alias>. Additionally there are aliases available to import the configs.
tsconfig.base.jsonuse for universal (client + backend) projects- alias:
@fxhash/tsconfig/base
- alias:
tsconfig.node.jsonuse for backend only projects- alias:
@fxhash/tsconfig/node
- alias:
tsconfig.react.jsonuse for react / dom projects- alias:
@fxhash/tsconfig/reactand@fxhash/tsconfig/dom
- alias:
