mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
0f97e378d9
* chore: 换一下 office-viewer 包名 * 恢复误改的文件
20 lines
427 B
JSON
20 lines
427 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": "../office-viewer"}
|
|
]
|
|
}
|