mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
ec4170017f
Change-Id: I8974063a944df31cfcd401f416b69859fa53c04d
15 lines
305 B
JSON
15 lines
305 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "./src",
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*", "../amis-editor-core/src/builder"],
|
|
"references": []
|
|
}
|