chore: 设置 tsconfig.json 修改 vscode 文件定位到源码 (#5665)

This commit is contained in:
liaoxuezhi 2022-11-01 15:02:46 +08:00 committed by GitHub
parent d0a03c58d8
commit c43064a43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,14 @@
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"skipLibCheck": 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"], "types": ["typePatches"],
"references": [{"path": "packages/amis"}], "references": [{"path": "packages/amis"}],