This is the tsconfig file shared by any project created for @jeroenpeeters.
In a tsconfig.json
file, after installing @jeroenpeeters/tsconfig
as a package, use the extends
field to define this configuration:
{
"extends": "@jeroenpeeters/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"outDir": "dist"
}
}