mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: 设置 tsconfig.json 修改 vscode 文件定位到源码 (#5665)
This commit is contained in:
parent
d0a03c58d8
commit
c43064a43f
@ -19,7 +19,14 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"skipLibCheck": true,
|
||||
//
|
||||
"composite": true
|
||||
"composite": true,
|
||||
|
||||
"paths": {
|
||||
"amis-core": ["./packages/amis-core/src/index.tsx"],
|
||||
"amis-formula": ["./packages/amis-formula/src/index.ts"],
|
||||
"amis-ui": ["./packages/amis-ui/src/index.tsx"],
|
||||
"amis": ["./packages/amis/src/index.tsx"]
|
||||
}
|
||||
},
|
||||
"types": ["typePatches"],
|
||||
"references": [{"path": "packages/amis"}],
|
||||
|
Loading…
Reference in New Issue
Block a user