legacy-paperclip icon indicating copy to clipboard operation
legacy-paperclip copied to clipboard

compilerOptions should accept array

Open crcn opened this issue 3 years ago • 0 comments
trafficstars

Ideally we can eliminate the need for paperclip build to have any options

for this case:

{
  compilerOptions: [
    { id: "base" }
    { extends: "base", outDir: "src", only: ["d.ts"] }
  ]
}

Considerations

  • extending base compiler options

crcn avatar Jan 04 '22 17:01 crcn