renovatebot-github/tools/tsconfig.json
2024-11-08 15:17:07 +00:00

11 lines
219 B
JSON

{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noEmit": true
}
}