mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
0f97e378d9
* chore: 换一下 office-viewer 包名 * 恢复误改的文件
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"allowSyntheticDefaultImports": true,
|
|
"typeRoots": [
|
|
"../../types",
|
|
"./node_modules/@types",
|
|
"../../node_modules/@types"
|
|
],
|
|
"paths": {}
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": []
|
|
}
|