Closed sangrepura closed 4 days ago
OK I fixed it by adding the following to my .vscode/settings.json
:
"eslint.options": {
"flags": ["unstable_ts_config"]
}
Maybe add this to the docs to reduce some friction for new folks?
a) that docs PR looks good @AndreaPontrandolfo b) clearly something has gone dreadfully wrong with #233 (it should never need that, it's optional)
@AndreaPontrandolfo, this is (probably) an issue that was fixed with #271? The issue, as far as I can tell, is that a .ts file being directly imported instead of bundled.
@sangrepura, can you share what versions you're using?
Duplicate of #201?
@lishaduck Im doing a PR that will resolve both.
I'm using:
Also: