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, "alwaysStrict": true, "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "importHelpers": false, "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "Bundler", "newLine": "LF", "noEmitOnError": true, "noErrorTruncation": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": false, "noUnusedParameters": false, "preserveConstEnums": true, "pretty": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": false, "strict": true, "target": "ES2022", "useUnknownInCatchVariables": true, "types": ["vitest/importMeta"], "baseUrl": ".", "paths": {} }, "exclude": ["benchmark/", "dist/"]}