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