Closed LukeTillman closed 3 years ago
Hello, yeah I tried to be closer to the original monaco-languages repo https://github.com/microsoft/monaco-languages/blob/main/src/tsconfig.esm.json
I guess I can have it back. I'll release a 1.7.1 with that :)
Thank you!
We just went to upgrade to the latest version (1.7.0) and noticed that the type definitions were missing from the package. Looks like maybe this change here caused it:
https://github.com/prometheus-community/monaco-promql/commit/71e5ff4bb51263f24a4d3dd4b0b475ce5a64ff96#diff-95914b3c221e1dbba96119f8305771d272ba5b18e9ea2549ad32dfd931cf0289L6
I suspect it's likely just a matter of adding back that
declaration: true
config flag to fix it, although I don't have all the context on why you may have removed it.