mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: 更新常见问题
This commit is contained in:
parent
41ee454da1
commit
2c0078753a
@ -1 +1,11 @@
|
||||
# 常见问题
|
||||
# 常见问题
|
||||
|
||||
|
||||
#### 为什么代码提示不生效?
|
||||
|
||||
1. 需要先运行一次`fes dev`
|
||||
2. 检查tsconfig.json,`include`包含当前编辑文件,`compilerOptions.path`包含
|
||||
```
|
||||
"@/*": ["./src/*"],
|
||||
"@@/*": ["./src/.fes/*"]
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user