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