mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
12 lines
280 B
JSON
12 lines
280 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "./",
|
||
|
"typeRoots": ["./node_modules/@types", "../../types"]
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"references": []
|
||
|
// "references": [{"path": "../amis-core"}, {"path": "../../"}]
|
||
|
}
|