This website requires JavaScript.
Explore
Help
Sign In
blackteay
/
fes.js
Watch
1
Star
0
Fork
0
You've already forked fes.js
mirror of
https://github.com/WeBankFinTech/fes.js.git
synced
2025-04-06 03:59:53 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
5a041f0882
Branches
Tags
View all branches
fes.js
/
docs
/
guide
/
faq.md
wanchun
2d1105eedd
docs: 更新常见问题
2022-05-27 17:56:52 +08:00
233 B
Raw
Blame
History
Unescape
Escape
常见问题
为什么代码提示不生效?
需要先运行一次
fes dev
检查tsconfig.json
,
include
包含当前编辑文件,
compilerOptions.path
包含
"@/*": ["./src/*"], "@@/*": ["./src/.fes/*"]