mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
ef9ada9783
* 支持嵌套 sdt * 初步支持 footnote 和 endnote * 修复默认展示问题 * 初步支持 footnote 和 endnote * 换包名
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "./",
|
|
"experimentalDecorators": true,
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*", "../amis-ui/src/custom.d.ts"],
|
|
"references": [
|
|
{"path": "../amis-core"},
|
|
{"path": "../amis-ui"},
|
|
{"path": "../ooxml-viewer"}
|
|
]
|
|
}
|