1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00

docs: 更新常见问题

This commit is contained in:
wanchun 2022-05-27 17:56:52 +08:00
parent 9d40f46c56
commit 2d1105eedd

@ -1 +1,11 @@
# 常见问题
# 常见问题
#### 为什么代码提示不生效?
1. 需要先运行一次`fes dev`
2. 检查tsconfig.json`include`包含当前编辑文件,`compilerOptions.path`包含
```
"@/*": ["./src/*"],
"@@/*": ["./src/.fes/*"]
```