renovatebot-github/tsconfig.json
2026-01-29 13:08:09 +00:00

16 lines
460 B
JSON

{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"noPropertyAccessFromIndexSignature": false /* makes code more complex */
},
"exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/", "html/"]
}