Skip to main content
Module

x/deepmergets/benchmark/tsconfig.json

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "importHelpers": false, "lib": ["ESNext"], "module": "ES2022", "moduleResolution": "node", "newLine": "LF", "noEmitOnError": true, "noImplicitReturns": true, "noImplicitAny": false, "noUnusedLocals": false, "noUnusedParameters": false, "pretty": true, "resolveJsonModule": true, "sourceMap": false, "strict": true, "alwaysStrict": true, "target": "ES2022" }}