✅ TypeScript configuration
npm install @radically-straightforward/typescript✅ TypeScript configuration
``console`
$ npm install --save-dev @radically-straightforward/typescript
tsconfig.json
`json`
{
"extends": "@radically-straightforward/typescript",
"include": ["source/*/"],
"compilerOptions": {
"rootDir": "./source/",
"outDir": "./build/"
}
}
> Note: The installation of @radically-straightforward/typescript should create tsconfig.json in the appropriate location.
Similar in spirit, but we make fewer decisions in terms of syntax (noImplicitReturns, noImplicitOverride, and so forth), we enable isolatedModules` for esbuild’s benefit, and so forth.