Skip to main content
Module

x/deepmergets/tsconfig.build.deno.json

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
{ "extends": "./tsconfig.build.json", "compilerOptions": { "outDir": "build/deno/", }, "exclude": [ "node_modules", "build/deno/", "dist/", "src/**/*.deno.ts", "src/**/*.deno.tsx", ]}