renovatebot-github/tsconfig.json
2024-11-08 14:49:10 +01:00

15 lines
398 B
JSON

{
"extends": [
"@tsconfig/strictest/tsconfig.json",
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"outDir": "dist",
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,
"noPropertyAccessFromIndexSignature": false /* makes code more complex */
},
"ts-node": { "transpileOnly": true }
}