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