Fix compile problem roughly(node v16.14.2)
👀 PR includes
✨ Feature
- [ ] New feature
🎨 Enhance
- [ ] Code style optimization
- [ ] Refactoring
- [ ] Change the UI
- [ ] Improve the performance
- [ ] Type optimization
🐛 Bugfix
- [ ] Solve the issue and close #0
🔧 Chore
- [ ] Test case
- [ ] Docs / demos update
- [ ] CI / workflow
- [ ] Release version
- [ ] Other ()
📝 Description
🖼️ Screenshot
| Before | After |
|---|---|
| ❌ | ✅ |
🔗 Related issue link
🔍 Self-Check before the merge
- [ ] Add or update relevant docs.
- [ ] Add or update relevant demos.
- [ ] Add or update test case.
- [ ] Add or update relevant TypeScript definitions.
What is the error output when compiling? And, what's your intention behind removing "declaration" from tsconfig.json?
Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?
What is the error output when compiling? And, what's your intention behind removing "declaration" from
tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?
看起来像是解决windows环境下的安装报错问题:https://github.com/antvis/G6VP/issues/44#issuecomment-1341901665
What is the error output when compiling? And, what's your intention behind removing "declaration" from
tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?看起来像是解决windows环境下的安装报错问题:#44 (comment)
Yes for me, I'm using windows to compile
What is the error output when compiling? And, what's your intention behind removing "declaration" from
tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?
I'm not quite sure why yet (⊙.⊙), I just try and try and compile successfully, I think this maybe useful for others who also have compile problem