@logicer/tsconfig
v5.0.1
Published
Logicer's Typescript Base Configuration
Readme
Logicer's Typescript Base Configuration
Logicer's Typescript configuration for use in other projects. Designed to be built upon for the project's specific needs. Includes the type-coverage plugin.
Install
npm install --save-dev typescript ts-plugin-type-coverage @logicer/tsconfigUsage
In the project's tsconfig.json:
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@logicer/prettier-config",
... // Your modifications
"compilerOptions": {
"outDir": "<out-directory>"
},
"include": [
"<source-directory>"
]
}