mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
15 lines
345 B
JSON
15 lines
345 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "./",
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*", "../amis-ui/src/custom.d.ts"],
|
|
"references": [{"path": "../amis-core"}, {"path": "../amis-ui"}]
|
|
}
|