amis2/packages/office-viewer/tsconfig.json
吴多益 4b8dd7a9ca
feat: Office Viewer 支持 Excel (#9826)
* feat: Office viewer 支持 Excel

* 修复类型报错

* 修复类型报错
2024-03-20 11:08:43 +08:00

20 lines
423 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./dist",
"baseUrl": "./",
"allowSyntheticDefaultImports": true,
"strictPropertyInitialization": false,
"strictNullChecks": true,
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
],
"paths": {}
},
"include": ["src/**/*"],
"references": []
}