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