A collection of TypeScript configuration files for consistent development across Faktion projects.
This package provides standardized TypeScript configurations that can be extended in your projects to ensure consistent compiler settings and development experience.
pnpm i --save-dev @faktion-com/tsconfig{
"extends": "@faktion-com/tsconfig/node.json"
}{
"extends": "@faktion-com/tsconfig/react.json"
}{
"extends": "@faktion-com/tsconfig/base.json",
"compilerOptions": {
// Your custom options here
}
}