mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
76c2d1354c
* feat: 主题编辑器渲染器开源 * 笔误 * 优化发布脚本 * 优化发布脚本 * 删除无用代码 * bugfix * bugfix * bugfix * bugfix --------- Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "./src",
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [
|
|
{"path": "../amis"},
|
|
{"path": "../amis-ui"},
|
|
{"path": "../amis-core"}
|
|
]
|
|
}
|