renovatebot-github/tools/tsconfig.json

11 lines
219 B
JSON

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