mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:09:08 +08:00
cac01a3018
Change-Id: I06342cb12229885daf8e6fa2978f4e49ea0c49a2
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": []
|
|
}
|