amis2/packages/amis/tsconfig.json
吴多益 ef9ada9783
feat: office-viewer 支持 sdt、footnote、endnote,包名换成 ooxml-viewer (#6509)
* 支持嵌套 sdt

* 初步支持 footnote 和 endnote

* 修复默认展示问题

* 初步支持 footnote 和 endnote

* 换包名
2023-04-03 12:53:44 +08:00

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"}
]
}