@jeroenpeeters/tsconfig
v1.2.0
Published
tsconfig file for @jeroenpeeters projects
Readme
tsconfig
This is the tsconfig file shared by any project created for @jeroenpeeters.
Usage
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"
}
}