-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Status #50
Comments
I find to little time moving it forward to an esm module. it is just frustrating how node.js made common.js and esm so incompatible that there has never been a solution i liked. otherwise the parser works fine. |
I was able to get it to work using
And if you use Typescript, then also set this in tsconfig.json
Obviously having to manually specify where the types file is isn't ideal, but at least it works. :) |
Thank you @curiousdannii for this. Saved my day. "paths": {
"txml": ["./node_modules/txml/dist/index.d.ts"]
} and import { simplify, parse } from "txml"; |
Hi @TobiasNickel, is tXml still being maintained?
The text was updated successfully, but these errors were encountered: