Typescript 6.0 deprecates the es5 target: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-6-0.html#deprecated-target-es5
The dnscontrol docs recommend using tsconfig.json which leads to an error from tsc.
The docs should probably recommend software that still supports emitting ES5.
Will dnscontrol support a newer javascript version in the future?
Are there any long term plans for handling possibly fading support for ES5?
P.S.: I really like dnscontrol and coupled with typescript I get typechecked DNS configuration 🚀.
Typescript 6.0 deprecates the es5 target: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-6-0.html#deprecated-target-es5
The dnscontrol docs recommend using tsconfig.json which leads to an error from
tsc.The docs should probably recommend software that still supports emitting ES5.
Will dnscontrol support a newer javascript version in the future?
Are there any long term plans for handling possibly fading support for ES5?
P.S.: I really like dnscontrol and coupled with typescript I get typechecked DNS configuration 🚀.