mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 11:38:03 +08:00
15 lines
270 B
JSON
15 lines
270 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "lib",
|
||
|
"rootDir": "./src",
|
||
|
"typeRoots": [
|
||
|
"../../types",
|
||
|
"./node_modules/@types",
|
||
|
"../../node_modules/@types"
|
||
|
]
|
||
|
},
|
||
|
"include": ["src/**/*"],
|
||
|
"references": []
|
||
|
}
|