summaryrefslogtreecommitdiff
path: root/tests/testdata/compile/compiler_options/main.ts
AgeCommit message (Collapse)Author
2024-02-21fix(compile): respect compiler options for emit (#22521)Bartek IwaƄczuk
`deno compile` was ignoring configuration file and thus not applying `compilerOptions` to influence the way files were emitted.