Skip to main content
Module

x/deepmergets/tsconfig.base.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": "ESNext", "moduleResolution": "node", "newLine": "LF", "noEmitOnError": true, "noImplicitReturns": true, "noUnusedLocals": false, "noUnusedParameters": false, "pretty": true, "resolveJsonModule": true, "sourceMap": false, "strict": true, "alwaysStrict": true, "target": "ES2018", "baseUrl": "./src", "paths": { "@/deepmerge": ["./index"], }, }, "exclude": [ "benchmark/", "types-legacy/" ]}