Shareable TypeScript compiler configurations. Inspired from tsconfig/bases.
When this package is installed, you can reference its exported TypeScript configs in the following way:
tsconfig.json
{
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"extends": "@tstv/tsconfig-common/tsconfig.json"
}
tsconfig.json
{
"compilerOptions": {
"outDir": "dist",
"rootDir": "src"
},
"extends": "@tstv/tsconfig-common/tsconfig-react.json"
}