Shared TypeScript config for @enjoyjs projects
- Enable recommended options
- Strict type checking
- Configuration for modern web development
For details of the configuration, see here.
npm i -D @enjoyjs/tsconfigThis config requires TypeScript 5.0 or later.
tsconfig.json
{
"extends": "@enjoyjs/tsconfig",
"compilerOptions": {
"outDir": "dist"
}
}