Azure / Azure/azure-rest-api-specs
[TypeSpecValidation] Use @tsconfig/node16 for base TypeScript config
Open
TypeSpec
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
https://github.com/tsconfig/bases
## package.json
```
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"typescript": "~5.1.3"
}
```
## tsconfig.json
```
"extends": "@tsconfig/node16/tsconfig.json"
```
Contributor guide
Assessment
This issue has not been assessed yet.